summaryrefslogtreecommitdiffhomepage
path: root/src/ground-atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ground-atlas.hpp')
-rw-r--r--src/ground-atlas.hpp2
1 files changed, 0 insertions, 2 deletions
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_; }