1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 01:00:27 +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
Unverified
parent 18779b1d1e
commit 1472960319
+1
View File
@@ -598,6 +598,7 @@ namespace osu.Game.Screens.Play
completionProgressDelegate?.Cancel();
completionProgressDelegate = null;
ValidForResume = true;
skipOutroOverlay.Hide();
return;
}