closes https://github.com/assimp/assimp/issues/212: introduce unittest for line-splitter, will validate that the current behaviour is correct.

This commit is contained in:
Kim Kulling
2018-09-16 17:13:34 +02:00
parent 4f03960c88
commit 6ee9b07c49
7 changed files with 246 additions and 139 deletions

View File

@@ -547,7 +547,6 @@ void AssbinImporter::ReadBinaryTexture(IOStream * stream, aiTexture* tex) {
stream->Read(tex->pcData,1,tex->mWidth*tex->mHeight*4);
}
}
}
// -----------------------------------------------------------------------------------