Mouse ghosting no longer happens.

This commit is contained in:
Justin Marshall
2020-06-07 18:58:57 -07:00
parent cc256ffb89
commit a0efe3a4ec
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ void GScreenClass::Input(KeyNumType & key, int & x, int & y)
x = Keyboard->Mouse_X();
y = Keyboard->Mouse_Y();
Show_Mouse();
Show_Mouse(false);
if (Buttons != NULL) {