summaryrefslogtreecommitdiff
path: root/grapher/Layouts/UnsupportedLayout.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Layouts/UnsupportedLayout.cs')
-rw-r--r--grapher/Layouts/UnsupportedLayout.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/grapher/Layouts/UnsupportedLayout.cs b/grapher/Layouts/UnsupportedLayout.cs
index 04f0e55..4a401a4 100644
--- a/grapher/Layouts/UnsupportedLayout.cs
+++ b/grapher/Layouts/UnsupportedLayout.cs
@@ -18,6 +18,9 @@ namespace grapher.Layouts
GainSwitchOptionLayout = new OptionLayout(false, string.Empty);
AccelLayout = new OptionLayout(false, Acceleration);
+ DecayRateLayout = new OptionLayout(false, string.Empty);
+ GrowthRateLayout = new OptionLayout(false, string.Empty);
+ SmoothLayout = new OptionLayout(false, string.Empty);
ScaleLayout = new OptionLayout(false, string.Empty);
CapLayout = new OptionLayout(false, Cap);
WeightLayout = new OptionLayout(false, Weight);