Removed useless call to UpdateRect.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@382 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-12-15 15:53:13 +00:00
parent 87d887e240
commit a5150484e4
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ void Afficher_partie_de_l_ecran_Tall (word Largeur,word Hauteur,word Largeur_ima
Src+=Largeur_image;
Dest+=Largeur_ecran;
}
UpdateRect(0,0,Largeur,Hauteur);
//UpdateRect(0,0,Largeur,Hauteur);
}
void Pixel_Preview_Normal_Tall (word X,word Y,byte Couleur)