Преглед на файлове

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"