1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Fix regression in outro skip handling logic

This commit is contained in:
Dean Herbert 2021-08-26 13:58:23 +09:00
parent b1a261c902
commit e633b2716d

View File

@ -102,7 +102,7 @@ namespace osu.Game.Screens.Play
public override void Show()
{
base.Show();
fadeContainer.Show();
fadeContainer.TriggerShow();
}
protected override void LoadComplete()