Skip to content

Commit

Permalink
Fix Spawn Scene node
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Apr 25, 2017
1 parent 64b334b commit 2099b1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/armory/logicnode/SpawnSceneNode.hx
Expand Up @@ -19,7 +19,6 @@ class SpawnSceneNode extends LogicNode {
Scene.active.addScene(sceneName, null, function(o:armory.object.Object) {
root = o;
if (matrix != null) root.transform.setMatrix(matrix);
Scene.active.root.addChild(root);
runOutputs(0);
});
}
Expand Down

0 comments on commit 2099b1b

Please sign in to comment.