summaryrefslogtreecommitdiffstats
path: root/src/core/re3.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-11 17:03:32 +0200
committeraap <aap@papnet.eu>2020-05-11 17:03:44 +0200
commitd4250fc2c7e382b095a4ae09daae4ee3beb65527 (patch)
treec2cf6c78147b1fc49c0a7ff2860eee616e8852d1 /src/core/re3.cpp
parentlittle fix for cam (diff)
downloadre3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar
re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.gz
re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.bz2
re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.lz
re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.xz
re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.zst
re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.zip
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r--src/core/re3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp
index 8ed27eef..1915e135 100644
--- a/src/core/re3.cpp
+++ b/src/core/re3.cpp
@@ -329,6 +329,7 @@ DebugMenuPopulate(void)
DebugMenuAddCmd("Spawn", "Spawn Predator", [](){ SpawnCar(MI_PREDATOR); });
DebugMenuAddVarBool8("Render", "Draw hud", &CHud::m_Wants_To_Draw_Hud, nil);
+ DebugMenuAddVarBool8("Render", "Backface Culling", &gBackfaceCulling, nil);
#ifdef LIBRW
DebugMenuAddVarBool8("Render", "PS2 Alpha test Emu", &gPS2alphaTest, nil);
#endif