1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-16 05:37:19 +08:00

Clean up skipOutroOverlay if skipping is disabled

This commit is contained in:
Christine Chen 2021-04-16 01:03:15 -04:00
parent b15838b220
commit 33a665224e

View File

@ -397,7 +397,10 @@ namespace osu.Game.Screens.Play
};
if (!Configuration.AllowSkipping)
{
skipIntroOverlay.Expire();
skipOutroOverlay.Expire();
}
if (Configuration.AllowRestart)
{