mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 10:47:22 +09: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();
|
BubbleDrawable? lastBubble = bubbleContainer.OfType<BubbleDrawable>().LastOrDefault();
|
||||||
|
|
||||||
lastBubble?.ClearTransforms();
|
lastBubble?.ClearTransforms();
|
||||||
lastBubble?.Expire();
|
lastBubble?.Expire(true);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user