Merge pull request #481 from abma/master

addition to c4997f16db (#476)
pull/483/head
Kim Kulling 2015-03-08 10:30:07 +01:00
commit d4c0529514
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ void ComputeNormalsWithSmoothingsGroups(MeshWithSmoothingGroups<T>& sMesh)
std::vector<unsigned int> poResult;
for (unsigned int c = 0; c < 3;++c)
{
register unsigned int idx = (*i).mIndices[c];
unsigned int idx = (*i).mIndices[c];
if (vertexDone[idx])continue;
sSort.FindPositions(sMesh.mPositions[idx],(*i).iSmoothGroup,