mingw build fix

pull/4037/head
kovacsv 2021-08-19 13:50:26 +02:00
parent ceced70df0
commit 468aa50aed
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;
}
// -----------------------------------------------------------------------------------