summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-25 22:21:26 -0700
committerJacob Palecki <[email protected]>2020-09-25 22:21:26 -0700
commit70360dd3c19909737d29c0b2b9fb1a7ba3f12bba (patch)
tree345c3329330271145e67733a1a9ca79ebf00448c /grapher/Form1.cs
parentFix 0 point for separate x y sens (diff)
downloadrawaccel-70360dd3c19909737d29c0b2b9fb1a7ba3f12bba.tar.xz
rawaccel-70360dd3c19909737d29c0b2b9fb1a7ba3f12bba.zip
Last mouse move perfetly responsive at 100 FPS
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 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