diff options
| author | a1xd <[email protected]> | 2021-01-22 23:41:13 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-22 23:41:13 -0500 |
| commit | e2a09a3f63a1ced1c4821bd531a4e4cf12b130cf (patch) | |
| tree | 642b97d07c42451df1ed44787371e787129002bc /grapher/Models/Charts | |
| parent | Merge pull request #67 from JacobPalecki/graph_fix (diff) | |
| parent | fix last mouse move - swapped axes (diff) | |
| download | rawaccel-1.4.1.tar.xz rawaccel-1.4.1.zip | |
Merge pull request #69 from JacobPalecki/FixByComponentv1.4.1
Fix by component
Diffstat (limited to 'grapher/Models/Charts')
| -rw-r--r-- | grapher/Models/Charts/AccelCharts.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grapher/Models/Charts/AccelCharts.cs b/grapher/Models/Charts/AccelCharts.cs index 2369432..65c636b 100644 --- a/grapher/Models/Charts/AccelCharts.cs +++ b/grapher/Models/Charts/AccelCharts.cs @@ -31,8 +31,8 @@ namespace grapher gainChart, accelCalculator, estimated, - estimatedY, - estimatedX); + estimatedX, + estimatedY); ContainingForm = form; EnableVelocityAndGain = enableVelocityAndGain; |