1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 10:03:05 +08:00

This should be done in the stage instead of the playfield.

This commit is contained in:
ANDY840119-PC\andy840119 2018-01-14 12:51:55 +09:00
parent d07636a105
commit 58bf611d17
2 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,6 @@ namespace osu.Game.Rulesets.Mania.UI
};
drawableStage.AddColumn(c);
AddNested(c);
}
stageIndex = stageIndex + stage.Columns;

View File

@ -171,6 +171,7 @@ namespace osu.Game.Rulesets.Mania.UI
c.VisibleTimeRange.BindTo(VisibleTimeRange);
topLevelContainer.Add(c.TopLevelContainer.CreateProxy());
columns.Add(c);
AddNested(c);
Margin = new MarginPadding
{