aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde2017-09-21 18:06:16 +0200
committerGitHub2017-09-21 18:06:16 +0200
commitd7468fea5b68e4da9f5daa3a16b450d3da72f27c (patch)
tree398bcd8b2f85f52dea84f644412cbdd65a6841c9
parent4664d03a0e39be6dc8f5ba8154e1d6b776fa2293 (diff)
parent267c942121cedc02a14d0102835fc0e54970b284 (diff)
downloadgodot-d7468fea5b68e4da9f5daa3a16b450d3da72f27c.tar.gz
godot-d7468fea5b68e4da9f5daa3a16b450d3da72f27c.tar.zst
godot-d7468fea5b68e4da9f5daa3a16b450d3da72f27c.zip
-rw-r--r--editor/editor_settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp
index 4de1c32fe..5e81fd0fb 100644
--- a/editor/editor_settings.cpp
+++ b/editor/editor_settings.cpp
@@ -672,7 +672,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
hints["editors/3d/navigation/zoom_style"] = PropertyInfo(Variant::INT, "editors/3d/navigation/zoom_style", PROPERTY_HINT_ENUM, "Vertical, Horizontal");
set("editors/3d/navigation/emulate_3_button_mouse", false);
- set("editors/3d/navigation/orbit_modifier", 3);
+ set("editors/3d/navigation/orbit_modifier", 0);
hints["editors/3d/navigation/orbit_modifier"] = PropertyInfo(Variant::INT, "editors/3d/navigation/orbit_modifier", PROPERTY_HINT_ENUM, "None,Shift,Alt,Meta,Ctrl");
set("editors/3d/navigation/pan_modifier", 1);
hints["editors/3d/navigation/pan_modifier"] = PropertyInfo(Variant::INT, "editors/3d/navigation/pan_modifier", PROPERTY_HINT_ENUM, "None,Shift,Alt,Meta,Ctrl");