CMake: Fix fullscreen toggle not working

All because of a typo
This commit is contained in:
Steel Titanium 2020-10-31 00:59:51 -04:00
parent d406340b5d
commit 62b5b86ed4

View file

@ -272,7 +272,7 @@ if(${SDL2_FOUND})
endif() endif()
target_compile_definitions(SRB2SDL2 PRIVATE target_compile_definitions(SRB2SDL2 PRIVATE
-DDDIRECTFULLSCREEN -DHAVE_SDL -DDIRECTFULLSCREEN -DHAVE_SDL
) )
## strip debug symbols into separate file when using gcc. ## strip debug symbols into separate file when using gcc.