Skip to content

Commit

Permalink
Update export preset options overrides before doing "Remote Debug"
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnopek committed Jan 16, 2025
1 parent d33da79 commit 416ee5f
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 416ee5f

Please sign in to comment.