summaryrefslogtreecommitdiffhomepage
path: root/loader/loader.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-08 21:32:32 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-08 21:46:23 +0100
commit24209b545e061caf601fbdd473936ccba2d95ceb (patch)
tree69c3cf2160fc6cfa61a333e1090d425d925c8b03 /loader/loader.hpp
parenta6514d1a95d0f84f0935866215463ef6aed23e19 (diff)
some more work on ground atlases
Diffstat (limited to 'loader/loader.hpp')
-rw-r--r--loader/loader.hpp2
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]]