mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Attempt pausing every single frame
This commit is contained in:
@ -435,7 +435,7 @@ namespace osu.Game.Screens.Play
|
||||
if (canPause)
|
||||
Pause();
|
||||
else
|
||||
Scheduler.AddDelayed(updatePauseOnFocusLostState, 200);
|
||||
Scheduler.AddOnce(updatePauseOnFocusLostState);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user