diff options
| author | a1xd <[email protected]> | 2021-02-02 23:28:51 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-02 23:28:51 -0500 |
| commit | 59e86a6d6c2f6604f3c413b7c55ef484c607dfaf (patch) | |
| tree | 688c572bb39ae26f1c86a2c3301bd59130f90e71 /common/rawaccel.hpp | |
| parent | bump version (diff) | |
| parent | fix typos in guide (diff) | |
| download | rawaccel-1.4.2.tar.xz rawaccel-1.4.2.zip | |
Merge pull request #71 from a1xd/fix-dev-idv1.4.2
1.4.2
Diffstat (limited to 'common/rawaccel.hpp')
| -rw-r--r-- | common/rawaccel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rawaccel.hpp b/common/rawaccel.hpp index 4c1e597..e28cd92 100644 --- a/common/rawaccel.hpp +++ b/common/rawaccel.hpp @@ -65,7 +65,7 @@ namespace rawaccel { /// <summary> Struct to hold clamp (min and max) details for acceleration application </summary> struct accel_scale_clamp { double lo = 0; - double hi = 128; + double hi = 1e9; /// <summary> /// Clamps given input to min at lo, max at hi. |