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:
1
graph.c
1
graph.c
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user