Fixed being able to miss taiko objects by hitting them too early

Revamped taiko HP system
This commit is contained in:
Ivan Pavluk
2018-12-04 21:20:44 +07:00
parent fbb7dc4507
commit 7d692939fc
9 changed files with 70 additions and 63 deletions

View File

@ -42,7 +42,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
}
var result = HitObject.HitWindows.ResultFor(timeOffset);
if (result == HitResult.None)
if (result <= HitResult.Miss)
return;
if (!validActionPressed)