messing with dithering again. I won't waste any more time on it!

This commit is contained in:
Chris Danford
2003-04-26 10:57:40 +00:00
parent 93840f07b7
commit c8b325d17f
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -347,8 +347,8 @@ retry:
PixFmtMasks[pixfmt].masks[0], PixFmtMasks[pixfmt].masks[1],
PixFmtMasks[pixfmt].masks[2], PixFmtMasks[pixfmt].masks[3]);
SM_SDL_OrderedDither(img, dst);
//SM_SDL_ErrorDiffusionDither(img, dst);
//SM_SDL_OrderedDither(img, dst);
SM_SDL_ErrorDiffusionDither(img, dst);
SDL_FreeSurface(img);
img = dst;
}