mirror of
https://github.com/yawut/SDL.git
synced 2026-09-14 12:06:26 -05:00
Eh, more correct.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user