diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-06-26 22:58:03 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-06-26 22:58:46 -0300 |
commit | 3ce046ee0c49b23bb1e5d59a5a0fe8c70bc64c7d (patch) | |
tree | b07579f992f505f78c4b68225ff7cfa031ec7d22 /modules/gdnative | |
parent | 90592ccf03521cda14ee3a9576b671136da2021d (diff) |
-Fixed SCREEN_TEXTURE and other related 2D shader parameters.
-Fixded BackBuffercopy object
Diffstat (limited to 'modules/gdnative')
-rw-r--r-- | modules/gdnative/gdnative.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative.cpp b/modules/gdnative/gdnative.cpp index 706b81f7a3..dad9a54df6 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) |