summaryrefslogtreecommitdiffstats
path: root/modules/csg/editor/csg_gizmos.h
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2024-04-21 01:11:35 -0700
committerAaron Franke <arnfranke@yahoo.com>2024-04-27 11:59:58 -0700
commit1bcbbe96c4dcff1b80ac9df12b59d765e2b1efd6 (patch)
treed331a9a609207d69619b0165305f63439ee29f3a /modules/csg/editor/csg_gizmos.h
parent6118592c6d88350d01f74faff6fd49754f84a7d0 (diff)
downloadredot-engine-1bcbbe96c4dcff1b80ac9df12b59d765e2b1efd6.tar.gz
Organize existing code for editor plugins
Diffstat (limited to 'modules/csg/editor/csg_gizmos.h')
-rw-r--r--modules/csg/editor/csg_gizmos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/editor/csg_gizmos.h b/modules/csg/editor/csg_gizmos.h
index 6281db0a21..de19b33e7d 100644
--- a/modules/csg/editor/csg_gizmos.h
+++ b/modules/csg/editor/csg_gizmos.h
@@ -35,7 +35,7 @@
#include "../csg_shape.h"
-#include "editor/editor_plugin.h"
+#include "editor/plugins/editor_plugin.h"
#include "editor/plugins/node_3d_editor_gizmos.h"
class Gizmo3DHelper;