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