Skip to content

Commit

Permalink
revert decrease moving in direction fitness threshold, #299 86bccf2 #360
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 1, 2021
1 parent 3433165 commit c2ff50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/RAPConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const RAPConstants = {

// distance (in fitness) from max fitness that still indicates a successful proportion when both hands moving in the
// same direction. See RAPRatio.movingInDirectionProperty
MOVING_IN_PROPORTION_FITNESS_THRESHOLD: .25,
MOVING_IN_PROPORTION_FITNESS_THRESHOLD: .3,

// The value to multiple the keyboard step size by to get the shift + keydown step size
SHIFT_KEY_MULTIPLIER: 1 / 5,
Expand Down

0 comments on commit c2ff50a

Please sign in to comment.