From 61e19d29cdbc80d52f68ac39a76cd12c9c4150fc Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Fri, 15 May 2020 08:36:15 -0400 Subject: [PATCH] fish blub blub --- src/Etterna/Globals/MinaCalc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Etterna/Globals/MinaCalc.cpp b/src/Etterna/Globals/MinaCalc.cpp index 77ee4de8a6..f65f65d7dd 100644 --- a/src/Etterna/Globals/MinaCalc.cpp +++ b/src/Etterna/Globals/MinaCalc.cpp @@ -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