From e6ccd0729f80a54b29069de5b72ee558e04fb964 Mon Sep 17 00:00:00 2001 From: Preston Smith Date: Wed, 31 Aug 2016 02:14:51 -0500 Subject: [PATCH] Revert postMat movement --- Source/Core/VideoBackends/Software/TransformUnit.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/Core/VideoBackends/Software/TransformUnit.cpp b/Source/Core/VideoBackends/Software/TransformUnit.cpp index 6e590dd2e9..3283bdaf51 100644 --- a/Source/Core/VideoBackends/Software/TransformUnit.cpp +++ b/Source/Core/VideoBackends/Software/TransformUnit.cpp @@ -149,14 +149,14 @@ static void TransformTexCoordRegular(const TexMtxInfo& texinfo, int coordNum, bo MultiplyVec3Mat34(src, mat, *dst); } - // normalize - const PostMtxInfo& postInfo = xfmem.postMtxInfo[coordNum]; - const float* postMat = &xfmem.postMatrices[postInfo.index * 4]; - if (xfmem.dualTexTrans.enabled) { Vec3 tempCoord; + // normalize + const PostMtxInfo& postInfo = xfmem.postMtxInfo[coordNum]; + const float* postMat = &xfmem.postMatrices[postInfo.index * 4]; + if (specialCase) { // no normalization