mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:42:55 +08:00
Move wedgeContainer transition to OnEntering
This commit is contained in:
parent
e5f948dccc
commit
0edfeaaff9
@ -142,14 +142,13 @@ namespace osu.Game.GameModes.Play
|
||||
trackManager = game.Audio.Track;
|
||||
|
||||
Task.Factory.StartNew(addBeatmapSets);
|
||||
|
||||
wedgeContainer.FadeInFromZero(250);
|
||||
}
|
||||
|
||||
protected override void OnEntering(GameMode last)
|
||||
{
|
||||
base.OnEntering(last);
|
||||
ensurePlayingSelected();
|
||||
wedgeContainer.FadeInFromZero(250);
|
||||
}
|
||||
|
||||
protected override void OnResuming(GameMode last)
|
||||
|
Loading…
Reference in New Issue
Block a user