2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:47: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

@@ -306,7 +306,7 @@ public:
void read(athena::io::IStreamReader& reader, size_t bitCount);
void write(athena::io::IStreamWriter& writer) const;
void reserve(size_t bitCount) { m_words.reserve((bitCount + 31) / 32); }
size_t binarySize(size_t __isz) const;
void binarySize(size_t& __isz) const;
size_t getBitCount() const {return m_bitCount;}
bool getBit(size_t idx) const
{