Proper screen update on zoomed fill

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@78 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-07-30 13:34:21 +00:00
parent 1f15bfbc3f
commit d40d948c78
2 changed files with 2 additions and 5 deletions

View File

@@ -497,11 +497,6 @@ void Remplacer_toutes_les_couleurs_dans_limites(byte * Table_de_remplacement)
byte Ancien;
DEBUG("Haut",Limite_Haut);
DEBUG("Bas",Limite_Bas);
DEBUG("Gauche",Limite_Gauche);
DEBUG("Droite",Limite_Droite);
// Pour chaque ligne :
for(Ligne = Limite_Haut;Ligne <= Limite_Bas; Ligne++)
{