From 0bca218e016183dd4cac8ddc2981f5167bc25f22 Mon Sep 17 00:00:00 2001 From: Saulo-de-Souza Date: Wed, 28 Jan 2026 15:52:23 -0300 Subject: [PATCH] Editor: Remove duplicate --- editor/run/game_view_plugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/run/game_view_plugin.cpp b/editor/run/game_view_plugin.cpp index 77a8ca80f9a..043c7ef4886 100644 --- a/editor/run/game_view_plugin.cpp +++ b/editor/run/game_view_plugin.cpp @@ -81,7 +81,6 @@ void GameViewDebugger::_session_started(Ref 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);