From 98416d95331c63affabf331afba0e1dcb307c430 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 11 Jan 2024 17:13:06 +0100 Subject: w --- src/ground-atlas.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/ground-atlas.hpp b/src/ground-atlas.hpp index e6e2d5ba..94da682f 100644 --- a/src/ground-atlas.hpp +++ b/src/ground-atlas.hpp @@ -28,9 +28,7 @@ class ground_atlas final public: ground_atlas(StringView path, StringView name, const ImageView2D& img, Vector2ub tile_count, enum pass_mode pass_mode); - texcoords texcoords_for_id(size_t id) const; - [[maybe_unused]] Vector2ui pixel_size() const { return size_; } size_t num_tiles() const; Vector2ub num_tiles2() const { return dims_; } -- cgit v1.2.3