- rolled back to previous github version of the file

This commit is contained in:
Guido Ranzuglia 2016-09-08 05:25:43 +02:00
parent 16879ec6ca
commit 01787cad96
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ static void WedgeTexFromVertexTex(ComputeMeshType &m)
{ {
(*fi).WT(i).U() = (*fi).V(i)->T().U(); (*fi).WT(i).U() = (*fi).V(i)->T().U();
(*fi).WT(i).V() = (*fi).V(i)->T().V(); (*fi).WT(i).V() = (*fi).V(i)->T().V();
(*fi).WT(i).N() = 0;
} }
} }
} }