mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 15:47:46 +00:00
Add skin bank count field to HMDL metadata
This commit is contained in:
@@ -100,6 +100,7 @@ struct HECLApplicationCallback : boo::IApplicationCallback
|
||||
testMeta.colorCount = 0;
|
||||
testMeta.uvCount = 1;
|
||||
testMeta.weightCount = 0;
|
||||
testMeta.bankCount = 0;
|
||||
|
||||
/* Binary form of meta structure */
|
||||
atUint8 testMetaBuf[HECL_HMDL_META_SZ];
|
||||
|
||||
Reference in New Issue
Block a user