diff --git a/editor/editor_run_native.cpp b/editor/editor_run_native.cpp index 9e1c2fea3e2..faa80915498 100644 --- a/editor/editor_run_native.cpp +++ b/editor/editor_run_native.cpp @@ -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 flags = 0;