diff options
| author | a1xd <[email protected]> | 2020-09-29 07:43:50 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-09-29 07:43:50 -0400 |
| commit | 9bb5616061d823fa3632b0d99ba177ac2de74ade (patch) | |
| tree | 9cc4f48bfedd64f46a3c391677be5c793c4af243 /grapher/Models/AccelGUI.cs | |
| parent | add wrapper optimization (diff) | |
| download | rawaccel-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.cs | 2 |
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 }; |