You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix run instances dialog scaling bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user