diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 18:15:00 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 18:15:00 +0100 |
| commit | c93b3616adbf26673fc928fdfbbec814fec41c75 (patch) | |
| tree | 517ee19f32a2ae7d098141335b04e92bffcdc564 /loader/impl.hpp | |
| parent | 98416d95331c63affabf331afba0e1dcb307c430 (diff) | |
w
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; |
