summaryrefslogtreecommitdiff
path: root/grapher/Layouts/NaturalGainLayout.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Layouts/NaturalGainLayout.cs')
-rw-r--r--grapher/Layouts/NaturalGainLayout.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/grapher/Layouts/NaturalGainLayout.cs b/grapher/Layouts/NaturalGainLayout.cs
index 9bb1ec8..0f9caf0 100644
--- a/grapher/Layouts/NaturalGainLayout.cs
+++ b/grapher/Layouts/NaturalGainLayout.cs
@@ -14,8 +14,8 @@ namespace grapher.Layouts
{
Name = "NaturalGain";
Index = (int)AccelMode.naturalgain;
- ShowOptions = new bool[] { true, true, true, false };
- OptionNames = new string[] { Offset, Acceleration, Limit, string.Empty };
+ ShowOptions = new bool[] { true, true, true, false, false, true };
+ OptionNames = new string[] { Offset, Acceleration, Limit, string.Empty, string.Empty, Weight};
}
}
}