mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix wrong code
This commit is contained in:
@ -39,7 +39,7 @@ namespace osu.Game.Rulesets.Objects.Pooling
|
||||
|
||||
// Cannot write it as `base.LifetimeStart = Entry.LifetimeStart = value` because the change may be blocked (when `HitObjectLifetimeEntry.KeepAlive` is true).
|
||||
Entry.LifetimeStart = value;
|
||||
base.LifetimeStart = Entry.LifetimeStart = value;
|
||||
base.LifetimeStart = Entry.LifetimeStart;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user