mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +08:00
Fix LifetimeChanged being invoked before lifetime is set
This commit is contained in:
parent
9219aadf76
commit
75cceb9e30
@ -316,8 +316,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
get => lifetimeStart ?? (HitObject.StartTime - InitialLifetimeOffset);
|
||||
set
|
||||
{
|
||||
base.LifetimeStart = value;
|
||||
lifetimeStart = value;
|
||||
base.LifetimeStart = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user