aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/GPU3D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp
index 718c641..55d6de7 100644
--- a/src/GPU3D.cpp
+++ b/src/GPU3D.cpp
@@ -1070,7 +1070,7 @@ void SubmitPolygon()
bool facingview = (dot <= 0);
- if (facingview)
+ if (dot < 0)
{
if (!(CurPolygonAttr & (1<<7)))
{