mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 06:33:17 +08:00
Hide and disable skip outro overlay on rewind
This commit is contained in:
parent
18779b1d1e
commit
1472960319
@ -598,6 +598,7 @@ namespace osu.Game.Screens.Play
|
||||
completionProgressDelegate?.Cancel();
|
||||
completionProgressDelegate = null;
|
||||
ValidForResume = true;
|
||||
skipOutroOverlay.Hide();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user