Smoothing, QuickShade.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@117 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
3
divers.c
3
divers.c
@@ -525,8 +525,7 @@ void Copier_image_dans_brosse(short Debut_X,short Debut_Y,short Brosse_Largeur,s
|
||||
|
||||
byte Lit_pixel_dans_ecran_feedback (word X,word Y)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
return 0;
|
||||
return *(FX_Feedback_Ecran+Y*Principal_Largeur_image+X);
|
||||
}
|
||||
|
||||
dword Round_div(dword Numerateur,dword Diviseur)
|
||||
|
||||
Reference in New Issue
Block a user