next fixes
parent
dee8e5bee1
commit
71f20eaa8a
|
@ -316,6 +316,8 @@ void ColladaParser::ReadAssetInfo(XmlNode &node) {
|
||||||
}
|
}
|
||||||
} else if (name == "contributor") {
|
} else if (name == "contributor") {
|
||||||
ReadMetaDataItem(currentNode, mAssetMetaData);
|
ReadMetaDataItem(currentNode, mAssetMetaData);
|
||||||
|
} else {
|
||||||
|
ReadMetaDataItem(currentNode, mAssetMetaData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,7 +52,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
using namespace Assimp;
|
using namespace Assimp;
|
||||||
|
|
||||||
class utIssues : public ::testing::Test {
|
class utIssues : public ::testing::Test {
|
||||||
|
// empty
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef ASSIMP_BUILD_NO_EXPORT
|
#ifndef ASSIMP_BUILD_NO_EXPORT
|
||||||
|
|
Loading…
Reference in New Issue