mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix LifetimeChanged being invoked before lifetime is set
This commit is contained in:
@ -316,8 +316,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
get => lifetimeStart ?? (HitObject.StartTime - InitialLifetimeOffset);
|
||||
set
|
||||
{
|
||||
base.LifetimeStart = value;
|
||||
lifetimeStart = value;
|
||||
base.LifetimeStart = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user