mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 04:41:54 +08: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