Merge pull request #4037 from kovacsv/master

Mingw build fix
pull/4036/head^2
Kim Kulling 2021-08-19 19:48:12 +02:00 committed by GitHub
commit aa90f51849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ inline size_t Write<aiQuaternion>(IOStream *stream, const aiQuaternion &v) {
t += Write<float>(stream, v.z);
ai_assert(t == 16);
return 16;
return t;
}
// -----------------------------------------------------------------------------------