X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fworld%2FChunkTest.cpp;h=6db245a2d7d5cd58182c0cef956abaa3c85745fa;hb=46b18a88fdda816f3c2c547aba68b0a5ea7970f7;hp=408fec32dffaa5f3f4b8de747490d11f832a907c;hpb=f2f254f8d576b48fde9305c3d2927552d1d4c20d;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(); }