aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-06-26 22:58:03 -0300
committerJuan Linietsky2017-06-26 22:58:46 -0300
commit3ce046ee0c49b23bb1e5d59a5a0fe8c70bc64c7d (patch)
treeb07579f992f505f78c4b68225ff7cfa031ec7d22 /modules/gdnative/gdnative.cpp
parent90592ccf03521cda14ee3a9576b671136da2021d (diff)
downloadgodot-3ce046ee0c49b23bb1e5d59a5a0fe8c70bc64c7d.tar.gz
godot-3ce046ee0c49b23bb1e5d59a5a0fe8c70bc64c7d.tar.zst
godot-3ce046ee0c49b23bb1e5d59a5a0fe8c70bc64c7d.zip
Diffstat (limited to 'modules/gdnative/gdnative.cpp')
-rw-r--r--modules/gdnative/gdnative.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative.cpp b/modules/gdnative/gdnative.cpp
index 706b81f7a..dad9a54df 100644
--- a/modules/gdnative/gdnative.cpp
+++ b/modules/gdnative/gdnative.cpp
@@ -35,7 +35,7 @@
#include "os/file_access.h"
#include "os/os.h"
-#include "scene/main/scene_main_loop.h"
+#include "scene/main/scene_tree.h"
#include "scene/resources/scene_format_text.h"
#if defined(TOOLS_ENABLED) && defined(DEBUG_METHODS_ENABLED)