From Tom Jolly, "I ran across this error reading one of our older files. An iterator was being changed inside a loop that caused a crash."

This commit is contained in:
Robert Osfield
2013-07-31 06:56:28 +00:00
parent 1364329fc8
commit 123058965c

View File

@@ -1439,7 +1439,6 @@ void Geometry::fixDeprecatedData()
{
unsigned int localNumVertices = *primItr;
numVertices += localNumVertices;
primItr += localNumVertices;
}
break;
}