sdl2: oops it should be 32 bpp in softblit

This commit is contained in:
Ronald Kinard 2014-07-24 21:46:35 -05:00
parent d438a8f8c2
commit 8d2b813554
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ static void SDLSetMode(INT32 width, INT32 height, SDL_bool fullscreen)
}
else
{
bpp = 32;
sw_texture_format = SDL_PIXELFORMAT_RGBA8888;
}