浏览代码

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"