diff options
Diffstat (limited to 'editor/plugins/path_editor_plugin.h')
| -rw-r--r-- | editor/plugins/path_editor_plugin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/plugins/path_editor_plugin.h b/editor/plugins/path_editor_plugin.h index fe1c5ad15..9d0f6eb9f 100644 --- a/editor/plugins/path_editor_plugin.h +++ b/editor/plugins/path_editor_plugin.h @@ -29,10 +29,9 @@ #ifndef PATH_EDITOR_PLUGIN_H #define PATH_EDITOR_PLUGIN_H - #include "editor/spatial_editor_gizmos.h" #include "scene/3d/path.h" -# if 0 +#if 0 class PathSpatialGizmo : public EditorSpatialGizmo { GDCLASS(PathSpatialGizmo,EditorSpatialGizmo); |
