diff options
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index 5b0e6d74..d5070f02 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -99,7 +99,6 @@ struct chunk final using RTree = ::RTree<std::uint64_t, float, 2, float>; - const RTree* rtree() const noexcept; RTree* rtree() noexcept; struct world& world() noexcept { return *_world; } |