mirror of
https://github.com/ppy/osu
synced 2024-12-30 19:02:27 +00:00
Fix osu!mania hold notes sometimes looking incorrect after rewind
This commit is contained in:
parent
f5eb629709
commit
b5de109cb3
@ -254,6 +254,8 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
|||||||
float yOffset = Direction.Value == ScrollingDirection.Up ? -Y : Y;
|
float yOffset = Direction.Value == ScrollingDirection.Up ? -Y : Y;
|
||||||
sizingContainer.Height = 1 - yOffset / DrawHeight;
|
sizingContainer.Height = 1 - yOffset / DrawHeight;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
sizingContainer.Height = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void CheckForResult(bool userTriggered, double timeOffset)
|
protected override void CheckForResult(bool userTriggered, double timeOffset)
|
||||||
|
Loading…
Reference in New Issue
Block a user