1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 03:22:55 +08:00

Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap-video

This commit is contained in:
Andrei Zavatski 2019-08-31 15:49:21 +03:00
commit 28b19e8d54

View File

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