From 57be3fadb777f185454361270c1a8076417ed6a5 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Tue, 20 Oct 2020 00:40:22 -0400 Subject: add speed cap --- grapher/Models/AccelGUI.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'grapher') diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs index dd1e37d..902b135 100644 --- a/grapher/Models/AccelGUI.cs +++ b/grapher/Models/AccelGUI.cs @@ -120,7 +120,8 @@ namespace grapher combineMagnitudes = ApplyOptions.IsWhole, modes = ApplyOptions.GetModes(), args = ApplyOptions.GetArgs(), - minimumTime = driverSettings.minimumTime + minimumTime = driverSettings.minimumTime, + speedCap = driverSettings.speedCap }; WriteButtonDelay(); -- cgit v1.2.3