fix copy paste error :]

This commit is contained in:
Ian Curtis 2018-10-14 10:05:24 +00:00
parent 3eeec35e7c
commit 42eaa7f3d8

View file

@ -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;