mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fixed being able to miss taiko objects by hitting them too early
Revamped taiko HP system
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user