mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:44:56 +00:00
Updated submodules
This commit is contained in:
@@ -1389,7 +1389,7 @@ bool WriteHMDLCMDL(const HECL::ProjectPath& outPath, const HECL::ProjectPath& in
|
|||||||
HECL::HMDLBuffers bufs = mesh.getHMDLBuffers();
|
HECL::HMDLBuffers bufs = mesh.getHMDLBuffers();
|
||||||
|
|
||||||
/* Metadata */
|
/* Metadata */
|
||||||
size_t secSz = bufs.m_metaSz;
|
size_t secSz = bufs.m_meta.binarySize(0);
|
||||||
size_t secSz32 = ROUND_UP_32(secSz);
|
size_t secSz32 = ROUND_UP_32(secSz);
|
||||||
if (secSz32 == 0)
|
if (secSz32 == 0)
|
||||||
secSz32 = 32;
|
secSz32 = 32;
|
||||||
@@ -1446,7 +1446,7 @@ bool WriteHMDLCMDL(const HECL::ProjectPath& outPath, const HECL::ProjectPath& in
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Metadata */
|
/* Metadata */
|
||||||
writer.writeUBytes(bufs.m_metaData.get(), bufs.m_metaSz);
|
bufs.m_meta.write(writer);
|
||||||
writer.fill(atUint8(0), *padIt);
|
writer.fill(atUint8(0), *padIt);
|
||||||
++padIt;
|
++padIt;
|
||||||
|
|
||||||
|
|||||||
2
NODLib
2
NODLib
Submodule NODLib updated: 53d27fe564...3bbfad76f9
2
hecl
2
hecl
Submodule hecl updated: 3a62810bd1...da09c4bcf3
Reference in New Issue
Block a user