Commit 16bce3b7 authored by Sam Lantinga's avatar Sam Lantinga

Eh, more correct.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401059
parent 86cb73f3
...@@ -452,7 +452,7 @@ SDL_loblit SDL_CalculateBlit0(SDL_Surface *surface, int blit_index) ...@@ -452,7 +452,7 @@ SDL_loblit SDL_CalculateBlit0(SDL_Surface *surface, int blit_index)
{ {
int which; int which;
if ( surface->format->BitsPerPixel > 1 ) { if ( surface->format->BitsPerPixel != 1 ) {
/* We don't support sub 8-bit packed pixel modes */ /* We don't support sub 8-bit packed pixel modes */
return NULL; return NULL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment