Browse Source

Update export preset options overrides before doing "Remote Debug"

David Snopek 7 months ago
parent
commit
416ee5f01c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      editor/editor_run_native.cpp

+ 2 - 0
editor/editor_run_native.cpp

@@ -145,6 +145,8 @@ Error EditorRunNative::start_run_native(int p_id) {
 	}
 	run_confirmed = false;
 
+	preset->update_value_overrides();
+
 	emit_signal(SNAME("native_run"), preset);
 
 	BitField<EditorExportPlatform::DebugFlags> flags = 0;