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 /scene/main/node.h | |
| parent | 90592ccf03521cda14ee3a9576b671136da2021d (diff) | |
| download | redot-engine-3ce046ee0c49b23bb1e5d59a5a0fe8c70bc64c7d.tar.gz | |
-Fixed SCREEN_TEXTURE and other related 2D shader parameters.
-Fixded BackBuffercopy object
Diffstat (limited to 'scene/main/node.h')
| -rw-r--r-- | scene/main/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/node.h b/scene/main/node.h index 4a41fb82ab..ffd2b7ce5f 100644 --- a/scene/main/node.h +++ b/scene/main/node.h @@ -35,7 +35,7 @@ #include "map.h" #include "object.h" #include "path_db.h" -#include "scene/main/scene_main_loop.h" +#include "scene/main/scene_tree.h" #include "script_language.h" class Viewport; |
