Fix formatting

This commit is contained in:
TocoToucan
2016-10-13 19:11:51 +03:00
parent 7d27406131
commit 8cca8861fa

View File

@ -48,7 +48,13 @@ namespace osu.Game
} }
} }
}, },
new SpriteText {Text = meterName, Anchor = Anchor.BottomCentre,Origin = Anchor.BottomCentre,Position = new Vector2(0,-20)} new SpriteText
{
Text = meterName,
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
Position = new Vector2(0,-20)
}
}; };
} }