summaryrefslogtreecommitdiff
path: root/scene/2d
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-06-12 23:44:24 +0200
committerGitHub <noreply@github.com>2019-06-12 23:44:24 +0200
commita7459347615749875d899da308ae33097347b789 (patch)
treebfcc856226c8ddc265b263af7d05300428db8470 /scene/2d
parentbbbc04b2fe83be1cd73d278f76471b1940db68e2 (diff)
parent84d969a42aadadf5e727cb1de34d547276f506bd (diff)
Merge pull request #29731 from akien-mga/scene-is-off-limits
Cleanup some unecessary editor/ includes in scene/
Diffstat (limited to 'scene/2d')
-rw-r--r--scene/2d/camera_2d.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/2d/camera_2d.cpp b/scene/2d/camera_2d.cpp
index aa14491577..a0d74dd283 100644
--- a/scene/2d/camera_2d.cpp
+++ b/scene/2d/camera_2d.cpp
@@ -29,10 +29,11 @@
/*************************************************************************/
#include "camera_2d.h"
+
+#include "core/engine.h"
#include "core/math/math_funcs.h"
#include "scene/scene_string_names.h"
#include "servers/visual_server.h"
-#include <editor/editor_node.h>
void Camera2D::_update_scroll() {