Skip to content

Commit

Permalink
ssr cap solo calc
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 18, 2020
1 parent f830e5e commit 9f5e73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Globals/SoloCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ SoloCalc(const std::vector<NoteInfo>& notes, float music_rate, float goal)
for (size_t i = 0; i < lv_itvpoints.size(); i++)
MaxPoints += static_cast<float>(lv_itvpoints[i] + rv_itvpoints[i]);
float sd = Chisel(
goal, lv_itvMSdiff, lv_itvpoints, rv_itvMSdiff, rv_itvpoints, MaxPoints);
max(goal, 0.965f), lv_itvMSdiff, lv_itvpoints, rv_itvMSdiff, rv_itvpoints, MaxPoints);

// hack to return the same sd for all skillsets, for now
// doing it this way because of how ix structured this -five
Expand Down

0 comments on commit 9f5e73e

Please sign in to comment.