summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUI.cs
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-09-29 07:43:50 -0400
committera1xd <[email protected]>2020-09-29 07:43:50 -0400
commit9bb5616061d823fa3632b0d99ba177ac2de74ade (patch)
tree9cc4f48bfedd64f46a3c391677be5c793c4af243 /grapher/Models/AccelGUI.cs
parentadd wrapper optimization (diff)
downloadrawaccel-9bb5616061d823fa3632b0d99ba177ac2de74ade.tar.xz
rawaccel-9bb5616061d823fa3632b0d99ba177ac2de74ade.zip
set invisible args to default values before write
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
-rw-r--r--grapher/Models/AccelGUI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs
index 15a0c0e..11685ee 100644
--- a/grapher/Models/AccelGUI.cs
+++ b/grapher/Models/AccelGUI.cs
@@ -84,7 +84,7 @@ namespace grapher
},
combineMagnitudes = ApplyOptions.IsWhole,
modes = ApplyOptions.GetModes(),
- args = ApplyOptions.GetUpdatedArgs(ref driverSettings.args),
+ args = ApplyOptions.GetArgs(),
minimumTime = driverSettings.minimumTime
};