Skip to content
Snippets Groups Projects
Commit ce8d82aa authored by Eidolon's avatar Eidolon
Browse files

sdl2: oops it should be 32 bpp in softblit

parent 93e00cc6
Branches
Tags
No related merge requests found
...@@ -246,6 +246,7 @@ static void SDLSetMode(INT32 width, INT32 height, SDL_bool fullscreen) ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment