mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix run instances dialog scaling bug
This commit is contained in:
parent
0f20e67d8d
commit
4e08e5724e
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ Vector<String> RunInstancesDialog::_split_cmdline_args(const String &p_arg_strin
|
|||
}
|
||||
|
||||
void RunInstancesDialog::popup_dialog() {
|
||||
popup_centered(Vector2i(1200, 600) * EDSCALE);
|
||||
popup_centered(Vector2(1200, 600) * EDSCALE);
|
||||
}
|
||||
|
||||
int RunInstancesDialog::get_instance_count() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue