Fixup to previous commit, missed one occurrence
This commit is contained in:
parent
efd4228892
commit
563356109b
|
@ -433,7 +433,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
||||||
|
|
||||||
// navigation
|
// navigation
|
||||||
_initial_set("editors/3d/navigation/navigation_scheme", 0);
|
_initial_set("editors/3d/navigation/navigation_scheme", 0);
|
||||||
_initial_set("editors/3d/navigation/invert_y-axis", false);
|
_initial_set("editors/3d/navigation/invert_y_axis", false);
|
||||||
hints["editors/3d/navigation/navigation_scheme"] = PropertyInfo(Variant::INT, "editors/3d/navigation/navigation_scheme", PROPERTY_HINT_ENUM, "Godot,Maya,Modo");
|
hints["editors/3d/navigation/navigation_scheme"] = PropertyInfo(Variant::INT, "editors/3d/navigation/navigation_scheme", PROPERTY_HINT_ENUM, "Godot,Maya,Modo");
|
||||||
_initial_set("editors/3d/navigation/zoom_style", 0);
|
_initial_set("editors/3d/navigation/zoom_style", 0);
|
||||||
hints["editors/3d/navigation/zoom_style"] = PropertyInfo(Variant::INT, "editors/3d/navigation/zoom_style", PROPERTY_HINT_ENUM, "Vertical, Horizontal");
|
hints["editors/3d/navigation/zoom_style"] = PropertyInfo(Variant::INT, "editors/3d/navigation/zoom_style", PROPERTY_HINT_ENUM, "Vertical, Horizontal");
|
||||||
|
|
Loading…
Reference in New Issue