diff options
Diffstat (limited to 'grapher')
| -rw-r--r-- | grapher/AccelGUI.cs | 1 | ||||
| -rw-r--r-- | grapher/Form1.cs | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/grapher/AccelGUI.cs b/grapher/AccelGUI.cs index b8f1bed..8ef411f 100644 --- a/grapher/AccelGUI.cs +++ b/grapher/AccelGUI.cs @@ -49,6 +49,7 @@ namespace grapher LimitOrExponent = limtOrExp; Midpoint = midpoint; + ManagedAcceleration.ReadFromDriver(); UpdateGraph(); } diff --git a/grapher/Form1.cs b/grapher/Form1.cs index 7fa6928..4edb9e3 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -223,7 +223,6 @@ namespace grapher AccelGUI.Acceleration.Field.Data, AccelGUI.LimitOrExponent.Field.Data, AccelGUI.Midpoint.Field.Data); - AccelGUI.ManagedAcceleration.WriteToDriver(); AccelGUI.UpdateGraph(); } |