You can now change zoom factor while in magnify mode.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@261 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-10-15 19:03:13 +00:00
parent db9e12eda4
commit 4117dace60
2 changed files with 3 additions and 16 deletions

View File

@@ -866,9 +866,6 @@ void Changer_facteur_loupe(byte Indice_facteur)
Pixel_Preview=Pixel_Preview_Loupe;
DEBUG("CHL",3);
Afficher_ecran();
SDL_UpdateRect(Ecran_SDL,0,0,0,0);
}
else
Pixel_Preview=Pixel_Preview_Normal;
@@ -2211,11 +2208,8 @@ void Afficher_pinceau(short X,short Y,byte Couleur,byte Preview)
if (Pinceau_Sprite[(TAILLE_MAXI_PINCEAU*Compteur_Y)+Compteur_X])
Afficher_pixel(Pos_X,Pos_Y,Couleur);
}
DEBUG("PINCEAU",435);
#ifndef __macosx__
Mettre_Ecran_A_Jour(X,Y,
Largeur,
Hauteur);
Mettre_Ecran_A_Jour(X,Y,Largeur,Hauteur);
#endif
}
}