Merge branch 'pugi_xml' of https://github.com/assimp/assimp into pugi_xml

This commit is contained in:
Kim Kulling
2020-02-03 21:19:30 +01:00
68 changed files with 163 additions and 83 deletions

View File

@@ -207,8 +207,7 @@ struct aiTexture {
, mHeight(0)
, pcData(nullptr)
, mFilename() {
achFormatHint[0] = achFormatHint[1] = 0;
achFormatHint[2] = achFormatHint[3] = 0;
memset(achFormatHint, 0, sizeof(achFormatHint));
}
// Destruction