Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 23, 2020
1 parent a32f813 commit de25d15
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 @@ -1259,7 +1259,7 @@ Hand::InitBaseDiff(Finger& f1, Finger& f2, const vector<vector<float>>& itv_cc)
std::cout << "\ninterval : " << i << std::endl;

// scaler for things with higher things
static const float higher_thing_scaler = 1.15f;
static const float higher_thing_scaler = 1.18f;
float nps = 1.6f * static_cast<float>(f1[i].size() + f2[i].size());
float left_difficulty =
max(CalcMSEstimate(f1[i], itv_cc[i], 3),
Expand Down

0 comments on commit de25d15

Please sign in to comment.