Skip to content

Commit

Permalink
pop chaos back to 1.04 max since it's slightly redundant with new anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 11, 2020
1 parent bee0995 commit c5594ed
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 @@ -2586,7 +2586,7 @@ Calc::WideRangeRollScaler(const vector<NoteInfo>& NoteInfo,
if (whatwhat == 0)
whatwhat = 1;
doot[Chaos][i] =
CalcClamp(butt / static_cast<float>(whatwhat) - 0.075f, 0.98f, 1.05f);
CalcClamp(butt / static_cast<float>(whatwhat) - 0.075f, 0.98f, 1.04f);
}

// covering a window of 4 intervals does act as a smoother, and a better one
Expand Down

0 comments on commit c5594ed

Please sign in to comment.