1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:23:21 +08:00

Don't update LifetimeStart on HitObject state change.

This commit is contained in:
Dean Herbert 2016-12-15 22:33:11 +09:00
parent d8e40d4fb1
commit cf8283582b

View File

@ -44,7 +44,7 @@ namespace osu.Game.Modes.Objects.Drawables
UpdateState(state);
Expire(true);
Expire();
if (State == ArmedState.Hit)
PlaySample();