Skip to content

Commit

Permalink
dude what am i doing
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 31, 2020
1 parent 84bc23a commit a7a9b96
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 @@ -1220,7 +1220,7 @@ struct itv_info
chord_taps += row_count;

// ALWAYS COUNT NUMBER OF TAPS IN CHORDS
taps_by_size[row_count - 1] += row_count + 1;
taps_by_size[row_count - 1] += row_count;

// we want mixed hs/js to register as hs, even at relatively sparse hand
// density
Expand Down

0 comments on commit a7a9b96

Please sign in to comment.