mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 04:23:00 +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?.Cancel();
|
||||||
completionProgressDelegate = null;
|
completionProgressDelegate = null;
|
||||||
ValidForResume = true;
|
ValidForResume = true;
|
||||||
|
skipOutroOverlay.Hide();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user