1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

fix CI error

This commit is contained in:
ANDY840119-PC\andy840119 2018-01-11 00:07:27 +09:00
parent cc0520d722
commit 118e0b63eb
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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[]
{