diff --git a/SQCSim2021/main.cpp b/SQCSim2021/main.cpp index 73dd8ca..b0a9488 100644 --- a/SQCSim2021/main.cpp +++ b/SQCSim2021/main.cpp @@ -48,6 +48,7 @@ int main() { std::cout << "-Test 3--------Chunk Reset/Remove Block-----" << std::endl; testchunkcopy.Reset(BTYPE_GRASS); testchunkcopy.RemoveBlock(3, 0, 0); + testchunkcopy.SetBlock(4, 0, 0, BTYPE_DIRT); testblock.clear();