parent
2235518b3c
commit
069e19487c
|
@ -814,7 +814,6 @@ void ColladaParser::ReadImage(XmlNode &node, Collada::Image &pImage) {
|
||||||
if (!pImage.mFileName.length()) {
|
if (!pImage.mFileName.length()) {
|
||||||
pImage.mFileName = "unknown_texture";
|
pImage.mFileName = "unknown_texture";
|
||||||
}
|
}
|
||||||
}
|
|
||||||
} else if (mFormat == FV_1_5_n) {
|
} else if (mFormat == FV_1_5_n) {
|
||||||
std::string value;
|
std::string value;
|
||||||
XmlNode refChild = currentNode.child("ref");
|
XmlNode refChild = currentNode.child("ref");
|
||||||
|
@ -850,6 +849,7 @@ void ColladaParser::ReadImage(XmlNode &node, Collada::Image &pImage) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue