mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
fix copy paste error :]
This commit is contained in:
parent
3eeec35e7c
commit
42eaa7f3d8
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue