mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 00:42:55 +08:00
Fix tail being missed too early
This commit is contained in:
parent
f77884b62f
commit
fbe48d7be8
@ -175,7 +175,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
|
||||
if (slider.Tracking.Value)
|
||||
nestedObject.HitForcefully();
|
||||
else
|
||||
else if (timeOffset >= 0)
|
||||
nestedObject.MissForcefully();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user