mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:47:43 +00:00
Athena YAML refactor
This commit is contained in:
@@ -329,9 +329,8 @@ struct CHAR : BigYAML
|
||||
|
||||
if (force || yamlType == hecl::ProjectPath::Type::None)
|
||||
{
|
||||
FILE* fp = hecl::Fopen(yamlPath.getAbsolutePath().c_str(), _S("wb"));
|
||||
aChar.toYAMLFile(fp);
|
||||
fclose(fp);
|
||||
athena::io::FileWriter writer(yamlPath.getAbsolutePath());
|
||||
aChar.toYAMLStream(writer);
|
||||
}
|
||||
|
||||
if (force || blendType == hecl::ProjectPath::Type::None)
|
||||
|
||||
Reference in New Issue
Block a user