mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Athena YAML refactor
This commit is contained in:
@@ -159,9 +159,8 @@ struct AFSM : public BigYAML
|
||||
{
|
||||
AFSM afsm;
|
||||
afsm.read(rs);
|
||||
FILE* fp = hecl::Fopen(outPath.getAbsolutePath().c_str(), _S("wb"));
|
||||
afsm.toYAMLFile(fp);
|
||||
fclose(fp);
|
||||
athena::io::FileWriter writer(outPath.getAbsolutePath());
|
||||
afsm.toYAMLStream(writer);
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user