Skip to content

Commit

Permalink
comment le vente du adieu
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 5, 2020
1 parent 0479538 commit 75a40c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,12 @@ Calc::WideWindowRollScaler(const vector<NoteInfo>& 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;

Expand Down

0 comments on commit 75a40c5

Please sign in to comment.