summaryrefslogtreecommitdiffhomepage
path: root/loader/impl.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-11 18:15:00 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-11 18:15:00 +0100
commitc93b3616adbf26673fc928fdfbbec814fec41c75 (patch)
tree517ee19f32a2ae7d098141335b04e92bffcdc564 /loader/impl.hpp
parent98416d95331c63affabf331afba0e1dcb307c430 (diff)
w
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 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;