mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
sdl2: oops it should be 32 bpp in softblit
This commit is contained in:
parent
d438a8f8c2
commit
8d2b813554
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ static void SDLSetMode(INT32 width, INT32 height, SDL_bool fullscreen)
|
|||
}
|
||||
else
|
||||
{
|
||||
bpp = 32;
|
||||
sw_texture_format = SDL_PIXELFORMAT_RGBA8888;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue