From ce8d82aa52d4cad68415dd3411b46546c5fa251b Mon Sep 17 00:00:00 2001
From: Ronald Kinard <furyhunter600@gmail.com>
Date: Thu, 24 Jul 2014 21:46:35 -0500
Subject: [PATCH] sdl2: oops it should be 32 bpp in softblit

---
 src/sdl2/i_video.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sdl2/i_video.c b/src/sdl2/i_video.c
index 03b6d8faac..3718d3cef8 100644
--- a/src/sdl2/i_video.c
+++ b/src/sdl2/i_video.c
@@ -246,6 +246,7 @@ static void SDLSetMode(INT32 width, INT32 height, SDL_bool fullscreen)
 		}
 		else
 		{
+			bpp = 32;
 			sw_texture_format = SDL_PIXELFORMAT_RGBA8888;
 		}
 
-- 
GitLab