1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 19:10:35 +08:00

Merge branch 'master' into move-osu-settings

This commit is contained in:
Dan Balasescu
2019-03-05 15:32:54 +09:00
committed by GitHub
Unverified
+4
View File
@@ -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();
}