mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
const_cast refactor
This commit is contained in:
@@ -496,11 +496,7 @@ size_t ANIM::ANIM2::binarySize(size_t __isz) const
|
||||
|
||||
WordBitmap keyBmp;
|
||||
for (atUint32 frame : frames)
|
||||
{
|
||||
while (keyBmp.getBit(frame))
|
||||
++frame;
|
||||
keyBmp.setBit(frame);
|
||||
}
|
||||
|
||||
__isz = head.binarySize(__isz);
|
||||
__isz = keyBmp.binarySize(__isz);
|
||||
|
||||
Reference in New Issue
Block a user