mirror of
https://github.com/osukey/osukey.git
synced 2025-06-28 06:38:00 +09:00
Fix vertical alignment of hit error display ticks
Wasn't correctly centered before.
This commit is contained in:
parent
49fb21ffa9
commit
1ddf292ad6
@ -238,7 +238,7 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
|||||||
{
|
{
|
||||||
Y = getRelativeJudgementPosition(judgement.TimeOffset),
|
Y = getRelativeJudgementPosition(judgement.TimeOffset),
|
||||||
Anchor = alignment == Anchor.x2 ? Anchor.x0 : Anchor.x2,
|
Anchor = alignment == Anchor.x2 ? Anchor.x0 : Anchor.x2,
|
||||||
Origin = alignment == Anchor.x2 ? Anchor.x0 : Anchor.x2,
|
Origin = Anchor.y1 | (alignment == Anchor.x2 ? Anchor.x0 : Anchor.x2),
|
||||||
});
|
});
|
||||||
|
|
||||||
arrow.MoveToY(
|
arrow.MoveToY(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user