You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix bug in 3d navigation scheme selection; Add modo navigation scheme
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user