mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Drum roll ticks shouldn't be able to result in miss judgements.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user