]> git.localhorst.tv Git - blank.git/blobdiff - src/world/Chunk.hpp
made chunk neighbor linkage a little safer
[blank.git] / src / world / Chunk.hpp
index 02f146e12de2870793bf35f0a3275d8480b07e90..a75d8e202ddb3e5544fb0f7cc25e3b44c2a650f5 100644 (file)
@@ -102,7 +102,6 @@ public:
        const Chunk &GetNeighbor(Block::Face f) const noexcept { return *neighbor[f]; }
        void ClearNeighbors() noexcept;
        void Unlink() noexcept;
-       void Relink() noexcept;
 
        // check which faces of a block at given index are obstructed (and therefore invisible)
        Block::FaceSet Obstructed(const Pos &) const noexcept;