aboutsummaryrefslogtreecommitdiffstats
path: root/src/rw
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-12-26 12:10:04 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2020-12-26 12:10:04 +0300
commit57098a77eca98fba609d649c0f6f9715e6e7a79a (patch)
tree1988c2b6e838a4a5e582aa05aa6c297adb9566d7 /src/rw
parent99a3fe0a13c56710739c41f6e3595c982af92c2d (diff)
Backface cull. in INI, mouse sensitivity fix, aspect ratio auto as default
Diffstat (limited to 'src/rw')
-rw-r--r--src/rw/RwHelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rw/RwHelper.cpp b/src/rw/RwHelper.cpp
index 8e41cdc9..2591a6dc 100644
--- a/src/rw/RwHelper.cpp
+++ b/src/rw/RwHelper.cpp
@@ -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;