浏览代码

remove 1 more of the warnings

Charlie Gettys 6 年之前
父节点
当前提交
4728c1bb68
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/ValidateDataStructure.cpp

+ 1 - 1
code/ValidateDataStructure.cpp

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