From a837f206dc4857fe210d19eb6fbf5ad60021b7ac Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 24 Feb 2024 18:57:34 +0100 Subject: add todo --- src/world.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.hpp') diff --git a/src/world.hpp b/src/world.hpp index 20d9bd1d..8880fec0 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -56,7 +56,7 @@ public: struct pair final { chunk& c; tile_ref t; }; // NOLINT chunk& operator[](chunk_coords_ c) noexcept; - pair operator[](global_coords pt) noexcept; + pair operator[](global_coords pt) noexcept; // todo maybe remove this overload? chunk* at(chunk_coords_ c) noexcept; bool contains(chunk_coords_ c) const noexcept; void clear(); -- cgit v1.2.3