mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Reset DrawableHitObject lifetimes on state change
This commit is contained in:
@ -153,6 +153,9 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
|
||||
if (UseTransformStateManagement)
|
||||
{
|
||||
lifetimeStart = null;
|
||||
LifetimeEnd = double.MaxValue;
|
||||
|
||||
double transformTime = HitObject.StartTime - InitialLifetimeOffset;
|
||||
|
||||
base.ApplyTransformsAt(transformTime, true);
|
||||
|
Reference in New Issue
Block a user