Skip to content
Snippets Groups Projects
Commit 62b5b86e authored by SteelT's avatar SteelT
Browse files

CMake: Fix fullscreen toggle not working

All because of a typo
parent d406340b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment