forked from LeenkxTeam/LNXSDK
Update leenkx/Sources/leenkx/logicnode/GetWorldNode.hx
This commit is contained in:
@ -7,7 +7,6 @@ class GetWorldNode extends LogicNode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override function get(from: Int): Dynamic {
|
override function get(from: Int): Dynamic {
|
||||||
trace(iron.Scene.active.world);
|
|
||||||
return iron.Scene.active.raw.world_ref;
|
return iron.Scene.active.raw.world_ref;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user