1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 09:30:01 +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
Unverified
parent 414b80d44e
commit fb0e90913d
+1 -1
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);
};
}