mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Use the StackedEndPosition
to determine the jump distance in the FlashlightEvaluator
.
Signed-off-by: abstrakt <abstrakt.osu@gmail.com>
This commit is contained in:
parent
785d53ad9b
commit
6e1edc4d8d
@ -56,7 +56,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Evaluators
|
||||
|
||||
if (!(currentObj.BaseObject is Spinner))
|
||||
{
|
||||
double jumpDistance = (osuHitObject.StackedPosition - currentHitObject.EndPosition).Length;
|
||||
double jumpDistance = (osuHitObject.StackedPosition - currentHitObject.StackedEndPosition).Length;
|
||||
|
||||
cumulativeStrainTime += lastObj.StrainTime;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user