summaryrefslogtreecommitdiff
path: root/modules/csg/csg_gizmos.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-03-27 08:44:44 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-03-27 16:26:34 +0100
commitd1acbbce7f123c2b5fccdefc6417787dc91b6ced (patch)
tree3143b3548ee2e46c4a56881f1284f962cc2ae878 /modules/csg/csg_gizmos.h
parentc3a760c5079670854b5f0c197c15218b1606bb2d (diff)
Rename more 2D and 3D nodes to follow convention
Rename editor plugins to match the new node names.
Diffstat (limited to 'modules/csg/csg_gizmos.h')
-rw-r--r--modules/csg/csg_gizmos.h2
1 files changed, 1 insertions, 1 deletions
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 {