mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 08:39:53 +08:00
Ensure lifetime start is also updated when reverting judgements
This commit is contained in:
@@ -111,7 +111,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
BubbleDrawable? lastBubble = bubbleContainer.OfType<BubbleDrawable>().LastOrDefault();
|
||||
|
||||
lastBubble?.ClearTransforms();
|
||||
lastBubble?.Expire();
|
||||
lastBubble?.Expire(true);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user