Skip to content

Commit

Permalink
296
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 11, 2020
1 parent c5594ed commit b10ede9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ static const float stam_prop =
// since chorded patterns have lower enps than streams, streams default to 1
// and chordstreams start lower
// stam is a special case and may use normalizers again
static const float basescalers[NUM_Skillset] = { 0.f, 0.98f, 0.89f, 0.88f,
0.94f, 0.7f, 0.84f, 0.9f };
static const float basescalers[NUM_Skillset] = { 0.f, 0.97f, 0.89f, 0.88f,
0.94f, 0.7f, 0.84f, 0.88f };

vector<float>
Calc::CalcMain(const vector<NoteInfo>& NoteInfo,
Expand Down Expand Up @@ -3452,5 +3452,5 @@ MinaSDCalcDebug(const vector<NoteInfo>& NoteInfo,
int
GetCalcVersion()
{
return 295;
return 296;
}

0 comments on commit b10ede9

Please sign in to comment.