summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-10-13 18:36:58 -0400
committera1xd <[email protected]>2020-10-13 18:36:58 -0400
commit2624d59810406adfa89acf9c6a301e550b4069ed (patch)
tree0bbf645b96273c97ad0782989dc696a23f89abb2
parentfix conversion of non-linear quake accel (diff)
downloadrawaccel-2624d59810406adfa89acf9c6a301e550b4069ed.tar.xz
rawaccel-2624d59810406adfa89acf9c6a301e550b4069ed.zip
hide weight when motivity is selected
-rw-r--r--grapher/Layouts/MotivityLayout.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Layouts/MotivityLayout.cs b/grapher/Layouts/MotivityLayout.cs
index 839de58..b06e4fc 100644
--- a/grapher/Layouts/MotivityLayout.cs
+++ b/grapher/Layouts/MotivityLayout.cs
@@ -19,7 +19,7 @@ namespace grapher.Layouts
AccelLayout = new OptionLayout(true, Acceleration);
ScaleLayout = new OptionLayout(false, string.Empty);
CapLayout = new OptionLayout(false, string.Empty);
- WeightLayout = new OptionLayout(true, Weight);
+ WeightLayout = new OptionLayout(false, string.Empty);
OffsetLayout = new OptionLayout(false, string.Empty);
LimitLayout = new OptionLayout(true, Motivity);
ExponentLayout = new OptionLayout(false, string.Empty);