Skip to content

Commit

Permalink
maybe define col ids in the calc scope
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 10, 2020
1 parent 6a800b5 commit 19835b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ static const vector<float> dimples_the_all_zero_output{ 0.f, 0.f, 0.f, 0.f,
static const vector<float> gertrude_the_all_max_output{ 100.f, 100.f, 100.f,
100.f, 100.f, 100.f,
100.f, 100.f };
static const vector<int> col_ids = { 1, 2, 4, 8 };

#pragma region utils
// Relies on endiannes (significantly inaccurate)
Expand Down

0 comments on commit 19835b5

Please sign in to comment.