From f9f43ca66b9c9d679b34dcc026440f398e39d3be Mon Sep 17 00:00:00 2001 From: Ian Curtis Date: Mon, 28 May 2018 12:55:13 +0000 Subject: [PATCH] --- Src/Graphics/New3D/New3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Graphics/New3D/New3D.cpp b/Src/Graphics/New3D/New3D.cpp index d30b821..01bb389 100644 --- a/Src/Graphics/New3D/New3D.cpp +++ b/Src/Graphics/New3D/New3D.cpp @@ -962,7 +962,7 @@ void CNew3D::SetMeshValues(SortingMesh *currentMesh, PolyHeader &ph) currentMesh->lighting = ph.LightEnabled(); currentMesh->fixedShading = ph.FixedShading() && !ph.SmoothShading(); currentMesh->highPriority = ph.HighPriority(); - currentMesh->transSelect = ph.TranslucencyPatternSelect(); + currentMesh->transLSelect = ph.TranslucencyPatternSelect(); if (ph.Layered() || (!ph.TexEnabled() && ph.PolyAlpha())) { currentMesh->layered = true;