summaryrefslogtreecommitdiffhomepage
path: root/src/world.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.cpp')
-rw-r--r--src/world.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp
index b3b79095..a95cdd21 100644
--- a/src/world.cpp
+++ b/src/world.cpp
@@ -12,7 +12,6 @@ world::world(std::size_t capacity) : _chunks{capacity, hasher}
_chunks.max_load_factor(max_load_factor);
}
-fm_noinline
chunk& world::operator[](chunk_coords coord) noexcept
{
maybe_collect();