Skip to content

Commit

Permalink
Eh, more correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 16, 2005
1 parent 3bea8a9 commit f21c13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_blit_0.c
Expand Up @@ -452,7 +452,7 @@ SDL_loblit SDL_CalculateBlit0(SDL_Surface *surface, int blit_index)
{
int which;

if ( surface->format->BitsPerPixel > 1 ) {
if ( surface->format->BitsPerPixel != 1 ) {
/* We don't support sub 8-bit packed pixel modes */
return NULL;
}
Expand Down

0 comments on commit f21c13c

Please sign in to comment.