Fix build after mis-merge.

This commit is contained in:
Alexander Gessler
2015-03-15 23:31:58 +01:00
committed by Alexander Gessler
parent c59878e427
commit 16880b3dbd

View File

@@ -1984,7 +1984,7 @@ void ColladaParser::ReadIndexData( Mesh* pMesh)
#ifdef ASSIMP_BUILD_DEBUG
if (primType != Prim_TriFans && primType != Prim_TriStrips) {
ai_assert(actualPrimitives == numPrimitives)
ai_assert(actualPrimitives == numPrimitives);
}
#endif