Skip to content

Commit

Permalink
ZZOOOOOOOOOP
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 8, 2020
1 parent 81aef83 commit b902f17
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 @@ -853,7 +853,6 @@ Hand::StamAdjust(float x, vector<float>& diff, bool debug)
local_ceil = stam_ceil * stam_floor;
}


mod = CalcClamp(mod, stam_floor, local_ceil);
stam_adj_diff[i] = avs2 * mod;
}
Expand Down Expand Up @@ -1236,6 +1235,7 @@ Calc::SetStreamMod(const vector<NoteInfo>& NoteInfo,

// I'M SURE THERE'S AN EASIER/FASTER WAY TO DO THIS
float stub = 0.f;
// using something else for chaos for now
// compare each expanded sequence with every other
if (false) {
vector<float> mmbop;
Expand Down

0 comments on commit b902f17

Please sign in to comment.