mirror of
https://github.com/godotengine/godot.git
synced 2025-01-22 10:32:54 -05:00
Update export preset options overrides before doing "Remote Debug"
This commit is contained in:
parent
d33da79d3f
commit
416ee5f01c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue