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:
parent
d07636a105
commit
58bf611d17
@ -96,7 +96,6 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
};
|
||||
|
||||
drawableStage.AddColumn(c);
|
||||
AddNested(c);
|
||||
}
|
||||
|
||||
stageIndex = stageIndex + stage.Columns;
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user