diff options
| author | Jacob Palecki <[email protected]> | 2021-04-04 23:14:39 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-04-04 23:14:39 -0700 |
| commit | 069bf5795fbf127d2a8c3233988a77aa7b2107d7 (patch) | |
| tree | 2df5907768e11caba199df466287f29595daa8e8 /grapher/Form1.cs | |
| parent | Add differing table types (diff) | |
| download | rawaccel-069bf5795fbf127d2a8c3233988a77aa7b2107d7.tar.xz rawaccel-069bf5795fbf127d2a8c3233988a77aa7b2107d7.zip | |
Fix most errors from wrapper rewrite
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs index 51f1355..120bced 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -51,7 +51,7 @@ namespace grapher AccelGUI = AccelGUIFactory.Construct( this, - ManagedAccel.GetActiveAccel(), + ManagedAccel.GetActive(), AccelerationChart, AccelerationChartY, VelocityChart, |