Ajout de test pour Chunk.SetBlock().

This commit is contained in:
Marc-Eric Martel 2021-09-17 10:10:15 -04:00
parent 13ccbff257
commit db908f9b16

View File

@ -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();