mirror of
https://github.com/halpz/re3.git
synced 2025-07-16 20:48:11 +00:00
Backface cull. in INI, mouse sensitivity fix, aspect ratio auto as default
This commit is contained in:
@ -18,7 +18,7 @@ bool gPS2alphaTest = true;
|
||||
#else
|
||||
bool gPS2alphaTest = false;
|
||||
#endif
|
||||
bool gBackfaceCulling;
|
||||
bool gBackfaceCulling = true;
|
||||
|
||||
#if !defined(FINAL) || defined(DEBUGMENU)
|
||||
static bool charsetOpen;
|
||||
|
Reference in New Issue
Block a user