summaryrefslogtreecommitdiff
path: root/wrapper
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-04-06 23:11:20 -0700
committerJacob Palecki <[email protected]>2021-04-06 23:11:20 -0700
commit258fcd3bd236a787f07d7dac2049be524d86cb75 (patch)
tree8a92d603c6c9db3e822b7cc09d2a88c485ebed3b /wrapper
parentRename accelMotivity to growthRate (diff)
downloadrawaccel-258fcd3bd236a787f07d7dac2049be524d86cb75.tar.xz
rawaccel-258fcd3bd236a787f07d7dac2049be524d86cb75.zip
Fix natural legacy algorithm, rename accelNatural to decayRate
Diffstat (limited to 'wrapper')
-rw-r--r--wrapper/wrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapper/wrapper.cpp b/wrapper/wrapper.cpp
index 7136fc9..a28e199 100644
--- a/wrapper/wrapper.cpp
+++ b/wrapper/wrapper.cpp
@@ -69,7 +69,7 @@ public value struct AccelArgs
double offset;
double cap;
double accelClassic;
- double accelNatural;
+ double decayRate;
double growthRate;
double motivity;
double power;