1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 20:20:25 +08:00

Fix SquareGraph not correctly filling columns when loaded with a non-zero time

This commit is contained in:
Dean Herbert
2019-03-05 13:16:41 +09:00
Unverified
parent 7c54e67b6e
commit 97998a667c
+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();
}