mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 22:27:41 +00:00
Subresource cooking and various bug fixes
This commit is contained in:
@@ -395,7 +395,7 @@ void ANIM::ANIM2::write(athena::io::IStreamWriter& writer) const
|
||||
frameCount += 1;
|
||||
}
|
||||
}
|
||||
head.keyBitmapBitCount = frameCount;
|
||||
head.keyBitmapBitCount = keyBmp.getBitCount();
|
||||
head.duration = frameCount * mainInterval;
|
||||
head.boneChannelCount = bones.size();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user