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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user