summaryrefslogtreecommitdiff
path: root/grapher/Layouts/PowerLayout.cs
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-08-29 19:07:44 -0400
committera1xd <[email protected]>2021-08-29 19:07:44 -0400
commiteaac998d9be1034720aab85ced9ba15d808c5320 (patch)
tree2c901879ab9aaaf9b136353e787b1a4ca4309a8d /grapher/Layouts/PowerLayout.cs
parentenable directionality options with by-component (diff)
downloadrawaccel-eaac998d9be1034720aab85ced9ba15d808c5320.tar.xz
rawaccel-eaac998d9be1034720aab85ced9ba15d808c5320.zip
remove unused accel fields
classic mode - weight natural mode - weight power mode - cap
Diffstat (limited to 'grapher/Layouts/PowerLayout.cs')
-rw-r--r--grapher/Layouts/PowerLayout.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Layouts/PowerLayout.cs b/grapher/Layouts/PowerLayout.cs
index d11480f..03d9efa 100644
--- a/grapher/Layouts/PowerLayout.cs
+++ b/grapher/Layouts/PowerLayout.cs
@@ -15,7 +15,7 @@
GrowthRateLayout = new OptionLayout(false, string.Empty);
SmoothLayout = new OptionLayout(false, string.Empty);
ScaleLayout = new OptionLayout(true, Scale);
- CapLayout = new OptionLayout(true, Cap);
+ CapLayout = new OptionLayout(false, string.Empty);
WeightLayout = new OptionLayout(true, Weight);
OffsetLayout = new OptionLayout(false, string.Empty);
LimitLayout = new OptionLayout(false, string.Empty);