summaryrefslogtreecommitdiff
path: root/grapher/Layouts/SigmoidGainLayout.cs
diff options
context:
space:
mode:
authorJacobPalecki <[email protected]>2020-09-21 14:20:18 -0700
committerGitHub <[email protected]>2020-09-21 14:20:18 -0700
commit4ec16a2ff35e0e910a13f92713d56d317b24e790 (patch)
treec4aead24d52e3002cfd3282ddd697a3766de405a /grapher/Layouts/SigmoidGainLayout.cs
parentMerge pull request #20 from JacobPalecki/GUI (diff)
parentx/y diff sens works (diff)
downloadrawaccel-4ec16a2ff35e0e910a13f92713d56d317b24e790.tar.xz
rawaccel-4ec16a2ff35e0e910a13f92713d56d317b24e790.zip
Merge pull request #21 from JacobPalecki/GUI
GUI: Icon, Separate X/Y sens mode, some fixes
Diffstat (limited to 'grapher/Layouts/SigmoidGainLayout.cs')
-rw-r--r--grapher/Layouts/SigmoidGainLayout.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/grapher/Layouts/SigmoidGainLayout.cs b/grapher/Layouts/SigmoidGainLayout.cs
index 183e31f..c807439 100644
--- a/grapher/Layouts/SigmoidGainLayout.cs
+++ b/grapher/Layouts/SigmoidGainLayout.cs
@@ -12,8 +12,8 @@ namespace grapher.Layouts
AccelLayout = new OptionLayout(true, Acceleration);
CapLayout = new OptionLayout(false, string.Empty);
- WeightLayout = new OptionLayout(false, string.Empty);
- OffsetLayout = new OptionLayout(true, Offset);
+ WeightLayout = new OptionLayout(true, Weight);
+ OffsetLayout = new OptionLayout(false, string.Empty);
LimExpLayout = new OptionLayout(true, Limit);
MidpointLayout = new OptionLayout(true, Midpoint);
}