Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update export preset options overrides before doing "Remote Debug" #101658

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update export preset options overrides before doing "Remote Debug"
dsnopek committed Jan 16, 2025
commit 416ee5f01c39bcb7cb4fb588cfe0f6b724794edb
2 changes: 2 additions & 0 deletions editor/editor_run_native.cpp
Original file line number Diff line number Diff line change
@@ -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;