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

Removed unused variable.

parent f5ff574e
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,6 @@ void NiTriShapeData::DoMatchDetection() {
/* the currently observed vertex shares a normal with others */
if ( ( group.numVertices = group.vertexIndices.size() ) > 1 ) {
/* mark all of the participating vertices to belong to a group */
unsigned short groupid = matchGroups.size() + 1;
for ( unsigned short n = 0; n < group.numVertices; n++ )
is_shared[group.vertexIndices[n]] = true;
......
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