summaryrefslogtreecommitdiff
path: root/common/rawaccel.hpp
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-02-02 23:28:51 -0500
committerGitHub <[email protected]>2021-02-02 23:28:51 -0500
commit59e86a6d6c2f6604f3c413b7c55ef484c607dfaf (patch)
tree688c572bb39ae26f1c86a2c3301bd59130f90e71 /common/rawaccel.hpp
parentbump version (diff)
parentfix typos in guide (diff)
downloadrawaccel-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.hpp2
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.