summaryrefslogtreecommitdiff
path: root/tools/editor/plugins/spatial_editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/plugins/spatial_editor_plugin.h')
-rw-r--r--tools/editor/plugins/spatial_editor_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.h b/tools/editor/plugins/spatial_editor_plugin.h
index 30eba5facc..94711a5f02 100644
--- a/tools/editor/plugins/spatial_editor_plugin.h
+++ b/tools/editor/plugins/spatial_editor_plugin.h
@@ -120,7 +120,8 @@ class SpatialEditorViewport : public Control {
enum NavigationScheme {
NAVIGATION_GODOT,
- NAVIGATION_MAYA
+ NAVIGATION_MAYA,
+ NAVIGATION_MODO,
};
NavigationScheme _get_navigation_schema(const String& p_property);