diff options
| author | Jacob Palecki <[email protected]> | 2020-09-03 19:36:44 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-03 19:36:44 -0700 |
| commit | 01f870a493378a62ab76dcbf5dc37c0390ca7afe (patch) | |
| tree | b3dac41f6c0fa67b6c62c6643145f01b464c1a46 /grapher/Models/AccelGUI.cs | |
| parent | Change classic, natural, naturalgain to use gain offset (diff) | |
| download | rawaccel-01f870a493378a62ab76dcbf5dc37c0390ca7afe.tar.xz rawaccel-01f870a493378a62ab76dcbf5dc37c0390ca7afe.zip | |
Refactor for nice gain offset
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
| -rw-r--r-- | grapher/Models/AccelGUI.cs | 1 |
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, |