2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

ANIM serialization fix

This commit is contained in:
Jack Andersen
2018-03-03 20:15:40 -10:00
parent 48c285be11
commit 055de86170
5 changed files with 9 additions and 10 deletions

View File

@@ -88,6 +88,7 @@ std::unique_ptr<u32[]> CFBStreamedCompression::GetRotationsAndOffsets(u32 words,
u32 bsWords = ComputeBitstreamWords(chans);
u32* bsPtr = reinterpret_cast<u32*>(bs);
size_t wordsz = bsPtr - ret.get();
for (u32 w=0 ; w<bsWords ; ++w)
bsPtr[w] = in.readUint32Big();