mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
fix CI error
This commit is contained in:
parent
cc0520d722
commit
118e0b63eb
@ -156,7 +156,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
topLevelContainer.Add(c.TopLevelContainer.CreateProxy());
|
||||
columns.Add(c);
|
||||
|
||||
Margin = new MarginPadding()
|
||||
Margin = new MarginPadding
|
||||
{
|
||||
Left = columns.Count * HIT_TARGET_POSITION / 2,
|
||||
Right = columns.Count * HIT_TARGET_POSITION / 2,
|
||||
|
@ -54,7 +54,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
|
||||
Inverted.Value = true;
|
||||
|
||||
var stageSpacing = 300 / stages.Count();
|
||||
var stageSpacing = 300 / stages.Count;
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user