X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=tst%2Fworld%2FChunkTest.cpp;fp=tst%2Fworld%2FChunkTest.cpp;h=6db245a2d7d5cd58182c0cef956abaa3c85745fa;hb=46b18a88fdda816f3c2c547aba68b0a5ea7970f7;hp=408fec32dffaa5f3f4b8de747490d11f832a907c;hpb=55dbd6b35a39888f245e247d2e140f141f918178;p=blank.git diff --git a/tst/world/ChunkTest.cpp b/tst/world/ChunkTest.cpp index 408fec3..6db245a 100644 --- a/tst/world/ChunkTest.cpp +++ b/tst/world/ChunkTest.cpp @@ -322,7 +322,6 @@ void ChunkTest::testNeighbor() { "chunk did not link correct neighbor", &*chunk, &neighbor->GetNeighbor(Block::Opposite(face)) ); - chunk->Unlink(); chunk->ClearNeighbors(); }