mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 16:12:57 +08:00
Merge branch 'master' into move-osu-settings
This commit is contained in:
commit
07c7d03a04
@ -242,7 +242,11 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
// Reverse drawableRows so when iterating through them they start at the bottom
|
||||
drawableRows.Reverse();
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
fillActive();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user