Skip to content
Snippets Groups Projects
Commit ad860b2b authored by Amorilia's avatar Amorilia
Browse files

Removed redundant check.

parent a2e7226f
No related branches found
No related tags found
No related merge requests found
......@@ -226,11 +226,6 @@ void NiTriShapeData::DoMatchDetection() {
continue;
if ( normals [j] != normals [i] )
continue;
/* this index belongs to a group already */
if ( sharing [i] != 0 )
continue;
/* remember this vertex' index */
group.vertexIndices.push_back(j);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment