remove 1 more of the warnings

pull/2366/head
Charlie Gettys 2019-03-12 02:49:33 -04:00
parent 27dc922d09
commit 4728c1bb68
1 changed files with 1 additions and 1 deletions

View File

@ -928,7 +928,7 @@ void ValidateDSProcess::Validate( const aiNode* pNode)
if (!pNode->mMeshes) if (!pNode->mMeshes)
{ {
ReportError("aiNode::mMeshes is NULL for node %s (aiNode::mNumMeshes is %i)", ReportError("aiNode::mMeshes is NULL for node %s (aiNode::mNumMeshes is %i)",
pNode->mNumMeshes, nodeName); nodeName, pNode->mNumMeshes);
} }
std::vector<bool> abHadMesh; std::vector<bool> abHadMesh;
abHadMesh.resize(mScene->mNumMeshes,false); abHadMesh.resize(mScene->mNumMeshes,false);