mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Correctly expire bar lines in osu!taiko and osu!mania
This commit is contained in:
@ -265,7 +265,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
}
|
||||
}
|
||||
|
||||
if (state.Value != ArmedState.Idle && LifetimeEnd == double.MaxValue)
|
||||
if (state.Value != ArmedState.Idle && LifetimeEnd == double.MaxValue || HitObject.HitWindows == null)
|
||||
Expire();
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user