mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00: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;
|
run_confirmed = false;
|
||||||
|
|
||||||
|
preset->update_value_overrides();
|
||||||
|
|
||||||
emit_signal(SNAME("native_run"), preset);
|
emit_signal(SNAME("native_run"), preset);
|
||||||
|
|
||||||
BitField<EditorExportPlatform::DebugFlags> flags = 0;
|
BitField<EditorExportPlatform::DebugFlags> flags = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue