Преглед изворни кода

Fix EditorPlugin::forward_spatial_input_event in GDScripts addons

Franklin Sobrinho пре 9 година
родитељ
комит
22cf80eede
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      tools/editor/editor_plugin.cpp

+ 1 - 0
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"