diff options
| author | Jacob Palecki <[email protected]> | 2020-09-25 23:03:00 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-25 23:03:00 -0700 |
| commit | 206cdc1712d02d15b85393a57ca744fbc014a55c (patch) | |
| tree | 5d28926aee87c077ffc4ed7222469bbf2f28bd2c /grapher/Models/AccelGUI.cs | |
| parent | Last mouse move perfetly responsive at 100 FPS (diff) | |
| download | rawaccel-206cdc1712d02d15b85393a57ca744fbc014a55c.tar.xz rawaccel-206cdc1712d02d15b85393a57ca744fbc014a55c.zip | |
SetActive changes field default, bugs fixed
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
| -rw-r--r-- | grapher/Models/AccelGUI.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs index 131df9c..cc86ff7 100644 --- a/grapher/Models/AccelGUI.cs +++ b/grapher/Models/AccelGUI.cs @@ -175,7 +175,6 @@ namespace grapher { AccelCharts.DrawLastMovement(); MouseWatcher.UpdateLastMove(); - AccelCharts.Redraw(); } #endregion Methods |