mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 01:03:21 +08: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