Skip to content

Commit

Permalink
rely more on mean ms for js intv diff
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 24, 2020
1 parent 89c0a1a commit 99b48e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Globals/MinaCalc/SequencedBaseDiffCalc.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct vribbit
}

float ms_mean = ms_total / static_cast<float>(row_counter);
return ms_to_scaled_nps((ms_mean + jk_itv_ms_min) / 2.F);
return ms_to_scaled_nps((ms_mean + ms_mean + jk_itv_ms_min) / 3.F);
}

inline void interval_end()
Expand Down

0 comments on commit 99b48e3

Please sign in to comment.