mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 21:41:31 +00:00
CMake: Fix fullscreen toggle not working
All because of a typo
This commit is contained in:
parent
3b7f0001cf
commit
f9b1f873a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue