mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 18:32:55 +08:00
Fix exiting results screen returning to player.
This commit is contained in:
parent
c53743ca7d
commit
6cfb174f02
@ -132,6 +132,7 @@ namespace osu.Game.Screens.Play
|
||||
Delay(1000);
|
||||
Schedule(delegate
|
||||
{
|
||||
ValidForResume = false;
|
||||
Push(new Results
|
||||
{
|
||||
Score = scoreProcessor.GetScore()
|
||||
|
Loading…
Reference in New Issue
Block a user