Skip to content

Commit 66cf99e

Browse files
committed
fix last mouse move - swapped axes
1 parent daae552 commit 66cf99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grapher/Models/Charts/AccelCharts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public AccelCharts(
3131
gainChart,
3232
accelCalculator,
3333
estimated,
34-
estimatedY,
35-
estimatedX);
34+
estimatedX,
35+
estimatedY);
3636

3737
ContainingForm = form;
3838
EnableVelocityAndGain = enableVelocityAndGain;

0 commit comments

Comments
 (0)