diff options
| author | Jacob Palecki <[email protected]> | 2021-04-06 23:11:20 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-04-06 23:11:20 -0700 |
| commit | 258fcd3bd236a787f07d7dac2049be524d86cb75 (patch) | |
| tree | 8a92d603c6c9db3e822b7cc09d2a88c485ebed3b /common/rawaccel-base.hpp | |
| parent | Rename accelMotivity to growthRate (diff) | |
| download | rawaccel-258fcd3bd236a787f07d7dac2049be524d86cb75.tar.xz rawaccel-258fcd3bd236a787f07d7dac2049be524d86cb75.zip | |
Fix natural legacy algorithm, rename accelNatural to decayRate
Diffstat (limited to 'common/rawaccel-base.hpp')
| -rw-r--r-- | common/rawaccel-base.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rawaccel-base.hpp b/common/rawaccel-base.hpp index fc49a62..7dc1b96 100644 --- a/common/rawaccel-base.hpp +++ b/common/rawaccel-base.hpp @@ -51,7 +51,7 @@ namespace rawaccel { double offset = 0; double cap = 1.5; double accel_classic = 0.005; - double accel_natural = 0.1; + double decay_rate = 0.1; double growth_rate = 1; double motivity = 1.5; double power = 2; |