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