Skip to content

Commit

Permalink
Use SliderVelocityMultiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Sep 24, 2023
1 parent b671b82 commit 61ff651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ private IEnumerable<Tap> createTapsFromNodes(HitObject original, IList<IList<Hit

TimingControlPoint timingPoint = controlPointInfo.TimingPointAt(original.StartTime);

double sliderVelocity = (original is IHasSliderVelocity sv) ? sv.SliderVelocity : DifficultyControlPoint.DEFAULT.SliderVelocity;
double sliderVelocity = (original is IHasSliderVelocity sv) ? sv.SliderVelocityMultiplier : DifficultyControlPoint.DEFAULT.SliderVelocity;

double scoringDistance = 100 * difficulty.SliderMultiplier * sliderVelocity;

Expand Down

0 comments on commit 61ff651

Please sign in to comment.