2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:47:42 +00:00

Proper scratch size computation for ANIM2/3

This commit is contained in:
Jack Andersen
2016-08-28 15:18:49 -10:00
parent 127b754691
commit 7953ca4828
4 changed files with 27 additions and 5 deletions

View File

@@ -416,7 +416,7 @@ public:
void write(athena::io::IStreamWriter& writer) const
{
for (atUint32 word : m_words)
writer.writeUint32(word);
writer.writeUint32Big(word);
}
size_t binarySize(size_t __isz) const
{