mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:35:35 +08:00
Ensure lifetime start is also updated when reverting judgements
This commit is contained in:
parent
414b80d44e
commit
fb0e90913d
@ -111,7 +111,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
BubbleDrawable? lastBubble = bubbleContainer.OfType<BubbleDrawable>().LastOrDefault();
|
||||
|
||||
lastBubble?.ClearTransforms();
|
||||
lastBubble?.Expire();
|
||||
lastBubble?.Expire(true);
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user