diff options
Diffstat (limited to 'src/world.cpp')
| -rw-r--r-- | src/world.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp index 8337bfba..4e47f912 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -30,7 +30,6 @@ std::shared_ptr<chunk> world::operator[](chunk_coords c) noexcept return ret; } - std::tuple<std::shared_ptr<chunk>, tile&> world::operator[](global_coords pt) noexcept { auto c = operator[](pt.chunk()); |
