mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00:00
Fix taiko strong hits not being handled
This commit is contained in:
parent
ea90c0cf40
commit
68d76d4380
@ -174,7 +174,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
{
|
||||
judgementOccurred = false;
|
||||
|
||||
if (AllJudged || State != ArmedState.Idle)
|
||||
if (AllJudged)
|
||||
return false;
|
||||
|
||||
if (NestedHitObjects != null)
|
||||
|
Loading…
Reference in New Issue
Block a user