mirror of
https://github.com/ppy/osu
synced 2025-04-01 22:48:33 +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;
|
judgementOccurred = false;
|
||||||
|
|
||||||
if (AllJudged || State != ArmedState.Idle)
|
if (AllJudged)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (NestedHitObjects != null)
|
if (NestedHitObjects != null)
|
||||||
|
Loading…
Reference in New Issue
Block a user