summaryrefslogtreecommitdiff
path: root/grapher/Layouts/OffLayout.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-08-20 00:32:11 -0700
committerJacob Palecki <[email protected]>2020-08-20 00:32:11 -0700
commit3dd0bb9163380de64d0df4f0b5c16dd86979714e (patch)
treee5cb12562df1a3e24ba47759813bbbc502aaf381 /grapher/Layouts/OffLayout.cs
parentAdd natural gain accel; add scale by DPI, poll rate in GUI (diff)
downloadrawaccel-3dd0bb9163380de64d0df4f0b5c16dd86979714e.tar.xz
rawaccel-3dd0bb9163380de64d0df4f0b5c16dd86979714e.zip
Sigmoid gain
Diffstat (limited to 'grapher/Layouts/OffLayout.cs')
-rw-r--r--grapher/Layouts/OffLayout.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Layouts/OffLayout.cs b/grapher/Layouts/OffLayout.cs
index 55f44b7..087885f 100644
--- a/grapher/Layouts/OffLayout.cs
+++ b/grapher/Layouts/OffLayout.cs
@@ -12,7 +12,7 @@ namespace grapher.Layouts
: base()
{
Name = "Off";
- Index = 8;
+ Index = 9;
ShowOptions = new bool[] { false, false, false, false };
OptionNames = new string[] { string.Empty, string.Empty, string.Empty, string.Empty };
ShowOptionsXY = new bool[] { false, false };