Skip to content

Commit

Permalink
Merge pull request #101658 from dsnopek/export-options-overrides-remo…
Browse files Browse the repository at this point in the history
…te-debug

Update export preset options overrides before doing "Remote Debug"
  • Loading branch information
Repiteo committed Jan 20, 2025
2 parents d9d705d + 416ee5f commit 1b7b009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/editor_run_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1b7b009

Please sign in to comment.