From 62b5b86ed449f88659f45424f82f7b158611ae02 Mon Sep 17 00:00:00 2001
From: Steel Titanium <steeltitanium1@gmail.com>
Date: Sat, 31 Oct 2020 00:59:51 -0400
Subject: [PATCH] CMake: Fix fullscreen toggle not working

All because of a typo
---
 src/sdl/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sdl/CMakeLists.txt b/src/sdl/CMakeLists.txt
index bb5edf817..a7f015c86 100644
--- a/src/sdl/CMakeLists.txt
+++ b/src/sdl/CMakeLists.txt
@@ -272,7 +272,7 @@ if(${SDL2_FOUND})
 	endif()
 
 	target_compile_definitions(SRB2SDL2 PRIVATE
-		-DDDIRECTFULLSCREEN -DHAVE_SDL
+		-DDIRECTFULLSCREEN -DHAVE_SDL
 	)
 
 	## strip debug symbols into separate file when using gcc.
-- 
GitLab