mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Set lifetime on initial state update
This commit is contained in:
@ -142,6 +142,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
|
||||
protected override void UpdateStateTransforms(ArmedState state)
|
||||
{
|
||||
base.UpdateStateTransforms(state);
|
||||
|
||||
Debug.Assert(HitObject.HitWindows != null);
|
||||
|
||||
switch (state)
|
||||
|
Reference in New Issue
Block a user