Some speedup for macosx build

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@259 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-10-15 13:29:34 +00:00
parent 9434f76dfd
commit 99d485210c
7 changed files with 2760 additions and 2 deletions

View File

@@ -2205,9 +2205,9 @@ 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);
}
Mettre_Ecran_A_Jour(Debut_X,Debut_Y,
/* Mettre_Ecran_A_Jour(Debut_X,Debut_Y,
Fin_Compteur_X-Debut_Compteur_X,
Fin_Compteur_Y-Debut_Compteur_Y);
Fin_Compteur_Y-Debut_Compteur_Y);*/
}
}
}