infer the name of wal json from the name of the file being loaded

This commit is contained in:
Jonathan 2023-06-09 17:58:58 -04:00
parent 4500b164b6
commit 1a27cc025d
1 changed files with 2 additions and 0 deletions

View File

@ -407,6 +407,8 @@ std::optional<texture_meta> load_wal_json_meta(
texture_meta meta{};
meta.name = name;
{
fs::path wal = fs::path(name).replace_extension(".wal");