summaryrefslogtreecommitdiff
path: root/grapher/Layouts/SigmoidLayout.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-01 22:42:07 -0700
committerJacob Palecki <[email protected]>2020-09-01 22:42:07 -0700
commit26130b21dabaab7fc331844df11465623a811197 (patch)
tree79063acdf3df901da59191471c31218eef1e219e /grapher/Layouts/SigmoidLayout.cs
parentintermittent commit - large commit halfway done (diff)
downloadrawaccel-26130b21dabaab7fc331844df11465623a811197.tar.xz
rawaccel-26130b21dabaab7fc331844df11465623a811197.zip
Second half - the parts in place
Diffstat (limited to 'grapher/Layouts/SigmoidLayout.cs')
-rw-r--r--grapher/Layouts/SigmoidLayout.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/grapher/Layouts/SigmoidLayout.cs b/grapher/Layouts/SigmoidLayout.cs
index 1c7f0b9..e5e35cd 100644
--- a/grapher/Layouts/SigmoidLayout.cs
+++ b/grapher/Layouts/SigmoidLayout.cs
@@ -14,8 +14,8 @@ namespace grapher.Layouts
{
Name = "Sigmoid";
Index = (int)AccelMode.sigmoid;
- ShowOptions = new bool[] { true, true, true, true };
- OptionNames = new string[] { Offset, Acceleration, Limit, Midpoint };
+ ShowOptions = new bool[] { true, true, true, true, false, true };
+ OptionNames = new string[] { Offset, Acceleration, Limit, Midpoint, string.Empty, Weight };
}
}
}