1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

Rewind judgement transforms before clearing

This commit is contained in:
Bartłomiej Dach 2020-11-21 17:55:56 +01:00
parent 194f2e621b
commit 9f997db958

View File

@ -149,6 +149,7 @@ namespace osu.Game.Rulesets.Judgements
private void runAnimation()
{
ApplyTransformsAt(double.MinValue, true);
ClearTransforms(true);
LifetimeStart = Result.TimeAbsolute;