summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-04-04 23:14:39 -0700
committerJacob Palecki <[email protected]>2021-04-04 23:14:39 -0700
commit069bf5795fbf127d2a8c3233988a77aa7b2107d7 (patch)
tree2df5907768e11caba199df466287f29595daa8e8 /grapher/Form1.cs
parentAdd differing table types (diff)
downloadrawaccel-069bf5795fbf127d2a8c3233988a77aa7b2107d7.tar.xz
rawaccel-069bf5795fbf127d2a8c3233988a77aa7b2107d7.zip
Fix most errors from wrapper rewrite
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs2
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,