Skip to content

Commit

Permalink
adjust chaos mod ((again))
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 20, 2020
1 parent 57110e2 commit 8fa2e47
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 @@ -2931,7 +2931,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.04f);
CalcClamp(butt / static_cast<float>(whatwhat) - 0.075f, 0.97f, 1.03f);
}

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

0 comments on commit 8fa2e47

Please sign in to comment.