mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 23:00:52 +08:00
Merge pull request #34239 from Joehuu/fix-renderer-restart
Fix game not restarting after changing renderers
This commit is contained in:
@@ -123,7 +123,7 @@ namespace osu.Desktop
|
||||
|
||||
public override bool RestartAppWhenExited()
|
||||
{
|
||||
Task.Run(() => Velopack.UpdateExe.Start()).FireAndForget();
|
||||
Task.Run(() => Velopack.UpdateExe.Start(waitPid: (uint)Environment.ProcessId)).FireAndForget();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user