Skip to content

Commit

Permalink
base scaling adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 11, 2020
1 parent 0959a06 commit e57ac20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.9f, 0.9f,
0.94f, 0.8f, 0.84f, 0.8f };
static const float basescalers[NUM_Skillset] = { 0.f, 0.98f, 0.89f, 0.88f,
0.94f, 0.7f, 0.84f, 0.9f };

vector<float>
Calc::CalcMain(const vector<NoteInfo>& NoteInfo,
Expand Down

0 comments on commit e57ac20

Please sign in to comment.