1
0
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:
marynate
2014-03-31 15:52:27 +08:00
parent eb294bb6ea
commit 35bf23859a
3 changed files with 13 additions and 6 deletions

View File

@@ -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);