summaryrefslogtreecommitdiffhomepage
path: root/src/hole.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hole.hpp')
-rw-r--r--src/hole.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hole.hpp b/src/hole.hpp
index 52895e0b..25db9886 100644
--- a/src/hole.hpp
+++ b/src/hole.hpp
@@ -54,7 +54,7 @@ struct hole final : object
friend class world;
private:
- void mark_chunk_modified();
+ void maybe_mark_neighbor_chunks_modified() override;
};
template<typename T>