Fix recent input bug that made Y mouse movement very choppy (it was ignored until a X movement happened)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@619 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2009-02-09 00:16:03 +00:00
parent bba08c936f
commit de54ecb44a

View File

@ -129,7 +129,7 @@ int Move_cursor_with_constraints()
}
}
if ((INPUT_Nouveau_Mouse_X != Mouse_X) ||
(INPUT_Nouveau_Mouse_Y == Mouse_Y))
(INPUT_Nouveau_Mouse_Y != Mouse_Y))
{
Forcer_affichage_curseur=0;
Effacer_curseur(); // On efface le curseur AVANT de le déplacer...