1
0
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:
Christine Chen 2021-05-04 21:35:36 -04:00
parent 18779b1d1e
commit 1472960319

View File

@ -598,6 +598,7 @@ namespace osu.Game.Screens.Play
completionProgressDelegate?.Cancel();
completionProgressDelegate = null;
ValidForResume = true;
skipOutroOverlay.Hide();
return;
}