1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 14:10:48 +08:00

Fix some lone newlines.

This commit is contained in:
smoogipooo
2017-03-23 13:20:17 +09:00
Unverified
parent aa2b22ff12
commit 8e1eef25b4
@@ -140,10 +140,8 @@ namespace osu.Game.Modes.Taiko.UI
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
RelativePositionAxes = Axes.X,
Position = new Vector2(0.10f, 0),
Scale = new Vector2(0.9f)
},
new Box
@@ -192,7 +190,6 @@ namespace osu.Game.Modes.Taiko.UI
{
Anchor = judgedObject.Judgement.Result == HitResult.Hit ? Anchor.TopLeft : Anchor.BottomLeft,
Origin = judgedObject.Judgement.Result == HitResult.Hit ? Anchor.BottomCentre : Anchor.TopCentre,
RelativePositionAxes = Axes.X,
X = judgementOffset,
});