Ajout de test pour Chunk.SetBlock().
This commit is contained in:
parent
13ccbff257
commit
db908f9b16
@ -48,6 +48,7 @@ int main() {
|
|||||||
std::cout << "-Test 3--------Chunk Reset/Remove Block-----" << std::endl;
|
std::cout << "-Test 3--------Chunk Reset/Remove Block-----" << std::endl;
|
||||||
testchunkcopy.Reset(BTYPE_GRASS);
|
testchunkcopy.Reset(BTYPE_GRASS);
|
||||||
testchunkcopy.RemoveBlock(3, 0, 0);
|
testchunkcopy.RemoveBlock(3, 0, 0);
|
||||||
|
testchunkcopy.SetBlock(4, 0, 0, BTYPE_DIRT);
|
||||||
|
|
||||||
testblock.clear();
|
testblock.clear();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user