Fixed the palette window : color counting works (forgot to initialize the buffer), and correct display of selected colors.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@191 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-10-04 18:14:29 +00:00
parent 9dac1feee7
commit eaa35aa9c7
5 changed files with 7 additions and 9 deletions

View File

@@ -4453,7 +4453,6 @@ void Tracer_ligne_Preview_xor(short Debut_X,short Debut_Y,short Fin_X,short Fin_
Pixel_figure=Pixel_figure_Preview_xor;
Tracer_ligne_General(Debut_X,Debut_Y,Fin_X,Fin_Y,Couleur);
// Mettre_Ecran_A_Jour(Debut_X,Debut_Y,Fin_X-Debut_X+1,Fin_Y-Debut_Y+1);
DEBUG("XE",Fin_X);
SDL_UpdateRect(Ecran_SDL,0,0,0,0);
}