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:
parent
b1a261c902
commit
e633b2716d
@ -102,7 +102,7 @@ namespace osu.Game.Screens.Play
|
||||
public override void Show()
|
||||
{
|
||||
base.Show();
|
||||
fadeContainer.Show();
|
||||
fadeContainer.TriggerShow();
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Loading…
Reference in New Issue
Block a user