Skip to content

Commit a8e65ab

Browse files
authored
Update index.js
1 parent e432866 commit a8e65ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Typings/LightmapSettings/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class LightmapSettings {
88
let fixedSettings = this.parent.__formSettings(this, settings);
99
this.extend(this.parent.BaseSettings, fixedSettings);
1010

11-
this.lightmapEditorSettings = new this.parent.BuildSettings(fixedSettings.LightmapEditorSettings);
11+
this.lightmapEditorSettings = new this.parent.LightmapEditorSettings(fixedSettings.LightmapEditorSettings);
1212
}
1313
}
1414

0 commit comments

Comments
 (0)