- roll back

This commit is contained in:
Guido Ranzuglia 2016-09-12 09:01:40 +02:00
parent cb4f24383f
commit 5e89a6a5f7
1 changed files with 1 additions and 1 deletions

View File

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