mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Corrected the return values for taiko DrawableHit and DrawableHitStrong (OnPressed == true if new Judgement occurs and is a hit)
This commit is contained in:
@ -83,7 +83,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
return false;
|
||||
|
||||
// Assume the intention was to hit the strong hit with both keys only if the first key is still being held down
|
||||
return firstKeyHeld && UpdateJudgement(true);
|
||||
return firstKeyHeld && Judgements.Last().IsHit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user