Browse Source

enable SDL3 by default

Sasha Szpakowski 1 year ago
parent
commit
ca75ca497b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -11,7 +11,7 @@ project(megasource)
 
 set(MEGA TRUE)
 
-option(LOVE_USE_SDL3 "Use SDL3 instead of SDL2" OFF)
+option(LOVE_USE_SDL3 "Use SDL3 instead of SDL2" ON)
 
 set (CMAKE_CXX_STANDARD 11)