mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Editor: Remove duplicate
This commit is contained in:
@@ -81,7 +81,6 @@ void GameViewDebugger::_session_started(Ref<EditorDebuggerSession> p_session) {
|
||||
settings["editors/3d/navigation_feel/orbit_sensitivity"] = EDITOR_GET("editors/3d/navigation_feel/orbit_sensitivity");
|
||||
settings["editors/3d/navigation_feel/translation_sensitivity"] = EDITOR_GET("editors/3d/navigation_feel/translation_sensitivity");
|
||||
settings["editors/3d/selection_box_color"] = EDITOR_GET("editors/3d/selection_box_color");
|
||||
settings["editors/3d/freelook/freelook_base_speed"] = EDITOR_GET("editors/3d/freelook/freelook_base_speed");
|
||||
|
||||
Array setup_data;
|
||||
setup_data.append(settings);
|
||||
|
||||
Reference in New Issue
Block a user