mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
This should be done in the stage instead of the playfield.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user