infer the name of wal json from the name of the file being loaded
This commit is contained in:
parent
4500b164b6
commit
1a27cc025d
|
|
@ -407,6 +407,8 @@ std::optional<texture_meta> load_wal_json_meta(
|
||||||
|
|
||||||
texture_meta meta{};
|
texture_meta meta{};
|
||||||
|
|
||||||
|
meta.name = name;
|
||||||
|
|
||||||
{
|
{
|
||||||
fs::path wal = fs::path(name).replace_extension(".wal");
|
fs::path wal = fs::path(name).replace_extension(".wal");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue