gzip compress/decompress + refactor
This commit is contained in:
@@ -49,3 +49,7 @@ void Level::update() {
|
||||
chunks->resize(matrixSize, matrixSize);
|
||||
}
|
||||
}
|
||||
|
||||
World* Level::getWorld() {
|
||||
return world.get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user