diff options
| author | Jacob Palecki <[email protected]> | 2020-09-17 23:51:47 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-17 23:51:47 -0700 |
| commit | 1dd0c108b8948c50fd8f2b9c9055dbb8e7d47270 (patch) | |
| tree | 4b6a0b3f59bdb9f0e808e688e972d42b1527cd2c /grapher/Models/AccelGUI.cs | |
| parent | Further work (diff) | |
| download | rawaccel-1dd0c108b8948c50fd8f2b9c9055dbb8e7d47270.tar.xz rawaccel-1dd0c108b8948c50fd8f2b9c9055dbb8e7d47270.zip | |
Add y lines to graphes + further work
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
| -rw-r--r-- | grapher/Models/AccelGUI.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs index 59aab2f..5567be3 100644 --- a/grapher/Models/AccelGUI.cs +++ b/grapher/Models/AccelGUI.cs @@ -102,8 +102,7 @@ namespace grapher public void UpdateGraph() { - AccelCalculator.Calculate( - AccelCharts.AccelData, + AccelCharts.Calculate( Settings.ActiveAccel, Settings.RawAccelSettings.AccelerationSettings); AccelCharts.Bind(); |