summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-18 09:53:43 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-18 09:53:43 +0200
commit13b1ada087bb1feba5e96f7bfe722dcaeea7071f (patch)
tree4893eef09c24db39a97d59026c21eae47f6cb5f6 /src
parent2c698881d7fc515984d50c5c39239b48718258bc (diff)
a
Diffstat (limited to 'src')
-rw-r--r--src/world.cpp1
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());