diff options
Diffstat (limited to 'grapher/Layouts/MotivityLayout.cs')
| -rw-r--r-- | grapher/Layouts/MotivityLayout.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Layouts/MotivityLayout.cs b/grapher/Layouts/MotivityLayout.cs index 4d7c150..d108d16 100644 --- a/grapher/Layouts/MotivityLayout.cs +++ b/grapher/Layouts/MotivityLayout.cs @@ -16,6 +16,7 @@ namespace grapher.Layouts Index = (int)AccelMode.motivity; LogarithmicCharts = true; + GainSwitchOptionLayout = new OptionLayout(true, Gain); AccelLayout = new OptionLayout(true, Acceleration); ScaleLayout = new OptionLayout(false, string.Empty); CapLayout = new OptionLayout(false, string.Empty); |