diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp index 718c6418..55d6de73 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))) {