Skip to content

Commit

Permalink
fix cjq params not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 6, 2020
1 parent 5999f3a commit 4b34148
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2956,11 +2956,11 @@ struct CJQuadMod
const vector<pair<std::string, float*>> _params{
{ "min_mod", &min_mod },
{ "max_mod", &max_mod },
{ "base ", &base },
{ "base", &base },

{ "jump_scaler ", &jump_scaler },
{ "hand_scaler ", &hand_scaler },
{ "quad_scaler ", &quad_scaler },
{ "jump_scaler", &jump_scaler },
{ "hand_scaler", &hand_scaler },
{ "quad_scaler", &quad_scaler },
};
#pragma endregion params and param map
float pmod = min_mod;
Expand Down

0 comments on commit 4b34148

Please sign in to comment.