summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUI.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-03 19:36:44 -0700
committerJacob Palecki <[email protected]>2020-09-03 19:36:44 -0700
commit01f870a493378a62ab76dcbf5dc37c0390ca7afe (patch)
treeb3dac41f6c0fa67b6c62c6643145f01b464c1a46 /grapher/Models/AccelGUI.cs
parentChange classic, natural, naturalgain to use gain offset (diff)
downloadrawaccel-01f870a493378a62ab76dcbf5dc37c0390ca7afe.tar.xz
rawaccel-01f870a493378a62ab76dcbf5dc37c0390ca7afe.zip
Refactor for nice gain offset
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
-rw-r--r--grapher/Models/AccelGUI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs
index 7a32b4e..1657074 100644
--- a/grapher/Models/AccelGUI.cs
+++ b/grapher/Models/AccelGUI.cs
@@ -120,6 +120,7 @@ namespace grapher
x = new AccelArgs
{
offset = Offset.Field.Data,
+ legacy_offset = 0,
weight = Weight.Fields.X,
gainCap = Cap.VelocityGainCap,
scaleCap = Cap.SensitivityCapX,