1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:07:23 +08:00

Ensure lifetime start is also updated when reverting judgements

This commit is contained in:
Dean Herbert 2023-05-02 17:07:12 +09:00
parent 414b80d44e
commit fb0e90913d

View File

@ -111,7 +111,7 @@ namespace osu.Game.Rulesets.Osu.Mods
BubbleDrawable? lastBubble = bubbleContainer.OfType<BubbleDrawable>().LastOrDefault();
lastBubble?.ClearTransforms();
lastBubble?.Expire();
lastBubble?.Expire(true);
};
}