Remove unused variable.
parent
89ac168014
commit
c598a12340
|
@ -202,7 +202,6 @@ void XGLImporter::InternReadFile(const std::string &pFile, aiScene *pScene, IOSy
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
XmlNode root = mXmlParser->getRootNode();
|
|
||||||
TempScope scope;
|
TempScope scope;
|
||||||
XmlNode *worldNode = mXmlParser->findNode("WORLD");
|
XmlNode *worldNode = mXmlParser->findNode("WORLD");
|
||||||
if (nullptr != worldNode) {
|
if (nullptr != worldNode) {
|
||||||
|
|
Loading…
Reference in New Issue