diff --git a/Src/Graphics/New3D/New3D.cpp b/Src/Graphics/New3D/New3D.cpp index 9cc09b5..1eea344 100644 --- a/Src/Graphics/New3D/New3D.cpp +++ b/Src/Graphics/New3D/New3D.cpp @@ -1008,7 +1008,7 @@ void CNew3D::SetMeshValues(SortingMesh *currentMesh, PolyHeader &ph) { bool smoothU = ph.TexSmoothU(); - bool smoothV = ph.TexSmoothU(); + bool smoothV = ph.TexSmoothV(); if (ph.TexUMirror()) { if (smoothU) currentMesh->wrapModeU = Mesh::TexWrapMode::mirror;