diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-07-04 23:37:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-04 23:37:56 +0200 |
commit | ca6d52cd68174a9496a9a5034f3abf31a3e0859c (patch) | |
tree | b3c0a8240d20590caacfceceefd3354626848ab7 | |
parent | 9731da3280ed306c79e715c97279a4ffc6c6a061 (diff) | |
parent | 22cf80eedeea48e0014065e87288d4cca3a62dbc (diff) |
Merge pull request #5548 from TheHX/fix-plugin-spatial-event
Fix EditorPlugin::forward_spatial_input_event in GDScripts addons
-rw-r--r-- | tools/editor/editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_plugin.cpp b/tools/editor/editor_plugin.cpp index 138e532ce8..01e6b613c0 100644 --- a/tools/editor/editor_plugin.cpp +++ b/tools/editor/editor_plugin.cpp @@ -27,6 +27,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #include "editor_plugin.h" +#include "scene/3d/camera.h" #include "plugins/canvas_item_editor_plugin.h" #include "plugins/spatial_editor_plugin.h" #include "tools/editor/editor_node.h" |