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 /main/tests | |
parent | 90592ccf03521cda14ee3a9576b671136da2021d (diff) |
-Fixed SCREEN_TEXTURE and other related 2D shader parameters.
-Fixded BackBuffercopy object
Diffstat (limited to 'main/tests')
-rw-r--r-- | main/tests/test_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/test_gui.cpp b/main/tests/test_gui.cpp index 291a557d04..3c6a708cd8 100644 --- a/main/tests/test_gui.cpp +++ b/main/tests/test_gui.cpp @@ -50,7 +50,7 @@ #include "scene/gui/tab_container.h" #include "scene/gui/texture_rect.h" #include "scene/gui/tree.h" -#include "scene/main/scene_main_loop.h" +#include "scene/main/scene_tree.h" #include "scene/3d/camera.h" #include "scene/main/viewport.h" |