X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FChunk.hpp;fp=src%2Fworld%2FChunk.hpp;h=a75d8e202ddb3e5544fb0f7cc25e3b44c2a650f5;hb=46b18a88fdda816f3c2c547aba68b0a5ea7970f7;hp=02f146e12de2870793bf35f0a3275d8480b07e90;hpb=55dbd6b35a39888f245e247d2e140f141f918178;p=blank.git diff --git a/src/world/Chunk.hpp b/src/world/Chunk.hpp index 02f146e..a75d8e2 100644 --- a/src/world/Chunk.hpp +++ b/src/world/Chunk.hpp @@ -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;