summaryrefslogtreecommitdiff
path: root/grapher/Models
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-10-20 00:40:22 -0400
committera1xd <[email protected]>2020-10-20 00:40:22 -0400
commit57be3fadb777f185454361270c1a8076417ed6a5 (patch)
tree4ee498e409350da01c936307458407b7bc51edd3 /grapher/Models
parentMerge pull request #37 from JacobPalecki/GUI (diff)
downloadrawaccel-57be3fadb777f185454361270c1a8076417ed6a5.tar.xz
rawaccel-57be3fadb777f185454361270c1a8076417ed6a5.zip
add speed cap
Diffstat (limited to 'grapher/Models')
-rw-r--r--grapher/Models/AccelGUI.cs3
1 files changed, 2 insertions, 1 deletions
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();