Skip to content

Commit 7d4916c

Browse files
committed
fixed creating nodes from scripting.
1 parent 9d86196 commit 7d4916c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/ss/editor/ui/component/editor/impl/scene/AbstractSceneFileEditor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ protected void loadState() {
451451
scriptingComponent.addImport(Spatial.class);
452452
scriptingComponent.addImport(Geometry.class);
453453
scriptingComponent.addImport(Control.class);
454+
scriptingComponent.addImport(Node.class);
454455
scriptingComponent.addImport(Light.class);
455456
scriptingComponent.addImport(DirectionalLight.class);
456457
scriptingComponent.addImport(PointLight.class);

0 commit comments

Comments
 (0)