mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00:00
Drum roll ticks shouldn't be able to result in miss judgements.
This commit is contained in:
parent
a958c99e22
commit
ef56058ad2
@ -27,11 +27,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
protected override void CheckJudgement(bool userTriggered)
|
||||
{
|
||||
if (!userTriggered)
|
||||
{
|
||||
if (Judgement.TimeOffset > HitObject.HitWindow)
|
||||
Judgement.Result = HitResult.Miss;
|
||||
return;
|
||||
}
|
||||
|
||||
if (Math.Abs(Judgement.TimeOffset) < HitObject.HitWindow)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user