Skip to content

Commit

Permalink
fish blub blub
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 15, 2020
1 parent 0888656 commit 61e19d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ Calc::SequenceJack(const Finger& f, int track, int mode)
// dunno if we should even multiply effective scaler again here,
// since it's applied every step of the way in comp_diff and we
// are taking the mean of comp_diff
fdiff = comp_diff.back() * mean(eff_scalers) * 0.95f;
fdiff = max_val(comp_diff) * mean(eff_scalers) * 0.95f;
else if (mode == 1)
// more burst oriented jacks, fuzzy math + intuition =
// incomprehensible mess
Expand Down

0 comments on commit 61e19d2

Please sign in to comment.