mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Don't update LifetimeStart on HitObject state change.
This commit is contained in:
@ -44,7 +44,7 @@ namespace osu.Game.Modes.Objects.Drawables
|
||||
|
||||
UpdateState(state);
|
||||
|
||||
Expire(true);
|
||||
Expire();
|
||||
|
||||
if (State == ArmedState.Hit)
|
||||
PlaySample();
|
||||
|
Reference in New Issue
Block a user