Returned missing scenes
This commit is contained in:
@@ -47,6 +47,8 @@ protected:
|
||||
}
|
||||
void setup()
|
||||
{
|
||||
if (!SceneTree::get_singleton())
|
||||
return;
|
||||
assert(SceneTree::get_singleton());
|
||||
SceneTree::get_singleton()->connect("physics_frame", this,
|
||||
"update");
|
||||
|
||||
Reference in New Issue
Block a user