diff options
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 3f2ca2a..aa3d2ef 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -144,7 +144,7 @@ namespace grapher private void RawAcceleration_Paint(object sender, PaintEventArgs e) { - AccelGUI.AccelCharts.DrawLastMovement(); + //AccelGUI.AccelCharts.DrawLastMovement(); } #endregion Method |