mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Clean up skipOutroOverlay if skipping is disabled
This commit is contained in:
@ -397,7 +397,10 @@ namespace osu.Game.Screens.Play
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (!Configuration.AllowSkipping)
|
if (!Configuration.AllowSkipping)
|
||||||
|
{
|
||||||
skipIntroOverlay.Expire();
|
skipIntroOverlay.Expire();
|
||||||
|
skipOutroOverlay.Expire();
|
||||||
|
}
|
||||||
|
|
||||||
if (Configuration.AllowRestart)
|
if (Configuration.AllowRestart)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user