You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Update export preset options overrides before doing "Remote Debug"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user