Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NarrikSynthfox committed Mar 7, 2024
2 parents be858ef + 7ca8ee6 commit 45554fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Encore/include/game/player.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ float comboFillCalc(int instrument) {


// clone hero defaults
float starThreshold[7] = { 0.3f, 0.7f, 1.0f, 2.0f, 2.8f, 3.6f, 4.4f };
float starThreshold[6] = { 0.3f, 0.7f, 1.0f, 2.0f, 2.8f, 4.4f };



Expand Down

0 comments on commit 45554fb

Please sign in to comment.