This commit is contained in:
DepressedTWM 2026-08-09 01:03:22 +04:00
parent 401116b014
commit c2b27966b4
2 changed files with 2 additions and 3 deletions

View file

@ -49,3 +49,5 @@ Added VALUE support in debugwriter.h
When STATIC build option is enabled, enable static libc++ and libgcc
CPU specific optimizations moved to separated Toolchanin files
Documents path search code rewrited to crossplatform SDL functions.
DEBUG SAVE bug fixed
Added FreeBSD build script

View file

@ -54,9 +54,6 @@ module Settings
:debug_lightmap => false,
:SDL_HINT_SHUTDOWN_DBUS_ON_QUIT => false,
:profiller => false,
#Hidden
:is_dejavu => false,
}
reset_controls!
end