diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 21:32:32 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 21:46:23 +0100 |
commit | 24209b545e061caf601fbdd473936ccba2d95ceb (patch) | |
tree | 69c3cf2160fc6cfa61a333e1090d425d925c8b03 /loader/loader.hpp | |
parent | a6514d1a95d0f84f0935866215463ef6aed23e19 (diff) |
some more work on ground atlases
Diffstat (limited to 'loader/loader.hpp')
-rw-r--r-- | loader/loader.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.hpp b/loader/loader.hpp index faa0269a..452b6fcc 100644 --- a/loader/loader.hpp +++ b/loader/loader.hpp @@ -58,7 +58,7 @@ struct loader_ virtual const anim_cell& make_invalid_anim_atlas() = 0; /** \deprecated{internal use only}*/ [[nodiscard]] - std::shared_ptr<class ground_atlas> get_ground_atlas(StringView name, Vector2ub size, pass_mode pass) noexcept(false); + virtual std::shared_ptr<class ground_atlas> get_ground_atlas(StringView name, Vector2ub size, pass_mode pass) noexcept(false) = 0; /** \deprecated{internal use only}*/ [[nodiscard]] std::shared_ptr<class wall_atlas> get_wall_atlas(StringView name) noexcept(false); /** \deprecated{internal use only}*/ [[nodiscard]] |