mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 05:52:54 +08:00
Fix some lone newlines.
This commit is contained in:
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,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user