summaryrefslogtreecommitdiffhomepage
path: root/loader/impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/impl.hpp')
-rw-r--r--loader/impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/impl.hpp b/loader/impl.hpp
index 04b9733f..6a49269f 100644
--- a/loader/impl.hpp
+++ b/loader/impl.hpp
@@ -29,7 +29,7 @@ struct loader_impl final : loader_
Trade::ImageData2D texture(StringView prefix, StringView filename);
std::shared_ptr<struct tile_atlas> tile_atlas(StringView filename, Vector2ub size) override;
ArrayView<String> anim_atlas_list() override;
- std::shared_ptr<struct anim_atlas> anim_atlas(StringView name) override;
+ std::shared_ptr<struct anim_atlas> anim_atlas(StringView name, StringView dir) override;
void get_anim_atlas_list();