Merge pull request #135 from lvlonggame/v3

Remove string err that is no used
This commit is contained in:
XiaoYang 2014-10-09 10:14:06 +08:00
commit 7ecd8c519a
1 changed files with 0 additions and 1 deletions

View File

@ -1775,7 +1775,6 @@ NodeData* Bundle3D::parseNodesRecursivelyJson(const rapidjson::Value& jvalue)
if (modelnodedata->subMeshId == "" || modelnodedata->matrialId == "")
{
std::string err = "Node " + nodedata->id + " part is missing meshPartId or materialId";
CCLOG("warning: Node %s part is missing meshPartId or materialId", nodedata->id.c_str());
return nullptr;
}