summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-11 17:13:06 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-11 17:13:06 +0100
commit98416d95331c63affabf331afba0e1dcb307c430 (patch)
tree35402e1b6319aad0d5d928a75395da9162496a7d /src
parentba90ba2ca91c448d80722985811fc6bddc6e9bf2 (diff)
w
Diffstat (limited to 'src')
-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_; }