From 75a40c5eae50b993c824ebd2fa238f3aee5e77e8 Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Mon, 4 May 2020 20:35:56 -0400 Subject: [PATCH] comment le vente du adieu --- src/Etterna/Globals/MinaCalc.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Etterna/Globals/MinaCalc.cpp b/src/Etterna/Globals/MinaCalc.cpp index bdc2f87083..0763680a21 100644 --- a/src/Etterna/Globals/MinaCalc.cpp +++ b/src/Etterna/Globals/MinaCalc.cpp @@ -1794,7 +1794,12 @@ Calc::WideWindowRollScaler(const vector& NoteInfo, int lastcol = -1; int lastsinglecol = -1; int singletaps = 0; - static const float water_it_for_me = 0.05f; + + // unused atm but same concept as above if we do decide to use it + //static const float water_it_for_me = 0.05f; + + // miss window seems like a reasonable cutoff, we don't want 1500 ms hits + // after long breaks to poison the pool static const int max_ms_value = 180; static const float mean_cutoff_factor = 1.7f;