Fix build after mis-merge.

pull/502/head
Alexander Gessler 2015-03-15 23:31:58 +01:00 committed by Alexander Gessler
parent c59878e427
commit 16880b3dbd
1 changed files with 1 additions and 1 deletions

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