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:
parent
b15838b220
commit
33a665224e
@ -397,7 +397,10 @@ namespace osu.Game.Screens.Play
|
||||
};
|
||||
|
||||
if (!Configuration.AllowSkipping)
|
||||
{
|
||||
skipIntroOverlay.Expire();
|
||||
skipOutroOverlay.Expire();
|
||||
}
|
||||
|
||||
if (Configuration.AllowRestart)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user