fdfdffd
This commit is contained in:
parent
401116b014
commit
c2b27966b4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue