diff options
Diffstat (limited to 'loader/impl.hpp')
-rw-r--r-- | loader/impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/impl.hpp b/loader/impl.hpp index 0b718527..5f1a8ff0 100644 --- a/loader/impl.hpp +++ b/loader/impl.hpp @@ -65,7 +65,7 @@ struct loader_impl final : loader_ ArrayView<const ground_info> ground_atlas_list() noexcept(false) override; void get_ground_atlas_list(); const ground_info& make_invalid_ground_atlas(); - std::shared_ptr<class ground_atlas> get_ground_atlas(StringView name, StringView path, Vector2ub size, pass_mode pass) noexcept(false) override; + std::shared_ptr<class ground_atlas> get_ground_atlas(StringView name, Vector2ub size, pass_mode pass) noexcept(false) override; // >-----> anim >-----> tsl::robin_map<StringView, std::shared_ptr<class anim_atlas>> anim_atlas_map; |