Gradient circles.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@76 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-07-29 17:22:11 +00:00
parent 2536cb6e88
commit 0bd265706a
3 changed files with 7 additions and 0 deletions

View File

@@ -4830,6 +4830,9 @@ void Tracer_cercle_degrade(short Centre_X,short Centre_Y,short Rayon,short Eclai
Traiter_degrade(Distance_X+Distance_Y,Pos_X,Pos_Y);
}
}
SDL_UpdateRect(Ecran_SDL,Debut_X-Principal_Decalage_X,Debut_Y-Principal_Decalage_Y,Fin_Y-Debut_Y+1,Fin_X-Debut_X+1);
UpdateZoom(Debut_X,Debut_Y,Fin_Y-Debut_Y+1,Fin_X-Debut_X+1);
}