diff --git a/moteur.c b/moteur.c index 0f857b28..65cba292 100644 --- a/moteur.c +++ b/moteur.c @@ -487,7 +487,7 @@ void Gestion_principale(void) do { - if(!Get_input()) + if(Get_input()) { // Redimensionnement demandé if (Resize_Largeur || Resize_Hauteur)