We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e432866 commit a8e65abCopy full SHA for a8e65ab
src/Typings/LightmapSettings/index.js
@@ -8,7 +8,7 @@ class LightmapSettings {
8
let fixedSettings = this.parent.__formSettings(this, settings);
9
this.extend(this.parent.BaseSettings, fixedSettings);
10
11
- this.lightmapEditorSettings = new this.parent.BuildSettings(fixedSettings.LightmapEditorSettings);
+ this.lightmapEditorSettings = new this.parent.LightmapEditorSettings(fixedSettings.LightmapEditorSettings);
12
}
13
14
0 commit comments