Skip to content

Commit

Permalink
resolution again
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 12, 2020
1 parent 240588d commit eec91f4
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 @@ -620,7 +620,7 @@ Calc::CalcMain(const vector<NoteInfo>& NoteInfo,
// adjusted base value for each skillset we can actually set the
// stam floor to < 1 to shift the curve a bit
for (int i = 0; i < NUM_Skillset; ++i)
mcbloop[i] = Chisel(mcbloop[i] * 0.90f, 0.64f, score_goal, i, true);
mcbloop[i] = Chisel(mcbloop[i] * 0.90f, 0.32f, score_goal, i, true);

// all relative scaling to specific skillsets should occur before
// this point, not after (it ended up this way due to the
Expand Down

0 comments on commit eec91f4

Please sign in to comment.