mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Made the pause overlay be at -1 depth so it renders on top of everything(used to allow circles to draw on top)
This commit is contained in:
@ -177,7 +177,6 @@ namespace osu.Game.Screens.Play
|
||||
private void onPause()
|
||||
{
|
||||
scoreOverlay.KeyCounter.IsCounting = false;
|
||||
|
||||
sourceClock.Stop();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user