mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
SceneMainLoop -> SceneTree
-=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
namespace TestGUI {
|
||||
|
||||
|
||||
class TestMainLoop : public SceneMainLoop {
|
||||
class TestMainLoop : public SceneTree {
|
||||
|
||||
|
||||
Control *control;
|
||||
@@ -72,7 +72,7 @@ public:
|
||||
}
|
||||
virtual void init() {
|
||||
|
||||
SceneMainLoop::init();
|
||||
SceneTree::init();
|
||||
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user