diff options
author | Franklin Sobrinho <franklin_gs@hotmail.com> | 2016-07-04 11:03:22 -0300 |
---|---|---|
committer | Franklin Sobrinho <franklin_gs@hotmail.com> | 2016-07-04 11:03:22 -0300 |
commit | 22cf80eedeea48e0014065e87288d4cca3a62dbc (patch) | |
tree | 06f2ea42312380985e7dfacaa810e9f07f6229c1 /tools/editor | |
parent | 576a28470fce95cf0d35d5e2e1e408b4afe80e4f (diff) |
Fix EditorPlugin::forward_spatial_input_event in GDScripts addons
Diffstat (limited to 'tools/editor')
-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" |