Skip to content

Commit

Permalink
fix windows hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
Hat-Kid committed Dec 1, 2024
1 parent e3d45d4 commit c67c6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decompiler/level_extractor/extract_merc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@ void extract_merc(const ObjectFileData& ag_data,
game_version_names[version] / "merc_replacements";
if (!swapped_info.already_swapped(ctrl.name, out.level_name)) {
if (file_util::file_exists(merc_replacements_path.string())) {
auto file_name = ctrl.name + ".glb";
ghc::filesystem::path file_name(ctrl.name + ".glb");
auto mdl_path = merc_replacements_path / file_name;
if (file_util::file_exists(mdl_path)) {
auto it = std::find_if(out.merc_data.models.begin(), out.merc_data.models.end(),
Expand Down

0 comments on commit c67c6c7

Please sign in to comment.