From 16f642c6892845a4231a36c3d36d116b598ffbd3 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 4 Oct 2008 20:43:01 +0000 Subject: [PATCH] monochrome brush drawing screen update git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@195 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- graph.c | 1 + 1 file changed, 1 insertion(+) diff --git a/graph.c b/graph.c index f6eb8feb..f2adfb4f 100644 --- a/graph.c +++ b/graph.c @@ -2039,6 +2039,7 @@ void Afficher_pinceau(short X,short Y,byte Couleur,byte Preview) if(Loupe_Mode) Mettre_Ecran_A_Jour(Debut_X,Debut_Y,Fin_Compteur_X-Debut_Compteur_X,Fin_Compteur_Y-Debut_Compteur_Y); } } + Mettre_Ecran_A_Jour(X-Brosse_Decalage_X,Y-Brosse_Decalage_Y,Brosse_Largeur,Brosse_Hauteur); break; default : // Pinceau Debut_X=X-Pinceau_Decalage_X;