make GroupList look nicer

This commit is contained in:
Chris Danford
2003-04-05 21:47:32 +00:00
parent 6b6ecbbc60
commit e8418d43bd
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -351,8 +351,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;
}