From d1acbbce7f123c2b5fccdefc6417787dc91b6ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 27 Mar 2020 08:44:44 +0100 Subject: Rename more 2D and 3D nodes to follow convention Rename editor plugins to match the new node names. --- modules/csg/csg_gizmos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/csg') diff --git a/modules/csg/csg_gizmos.h b/modules/csg/csg_gizmos.h index cca27a4629..90a059b31c 100644 --- a/modules/csg/csg_gizmos.h +++ b/modules/csg/csg_gizmos.h @@ -33,7 +33,7 @@ #include "csg_shape.h" #include "editor/editor_plugin.h" -#include "editor/spatial_editor_gizmos.h" +#include "editor/node_3d_editor_gizmos.h" class CSGShapeNode3DGizmoPlugin : public EditorNode3DGizmoPlugin { -- cgit v1.2.3