mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Various MREA-generation fixes
This commit is contained in:
@@ -337,7 +337,7 @@ bool MREA::PCCook(const hecl::ProjectPath& outPath,
|
||||
/* SCLY */
|
||||
{
|
||||
DNAMP1::SCLY sclyData;
|
||||
sclyData.fourCC = FOURCC('SCLY');
|
||||
sclyData.fourCC = 'SCLY';
|
||||
sclyData.version = 1;
|
||||
for (const hecl::ProjectPath& layer : layerScriptPaths)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user