Merge pull request #115275 from Saulo-de-Souza/refactor-remove-duplicate-code

Refactor remove duplicate code
This commit is contained in:
Thaddeus Crews 2026-01-28 17:58:16 -06:00
commit 9bca0d1221
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

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