minor refactor

This commit is contained in:
MihailRis
2024-03-18 18:37:04 +03:00
parent 727d46de5e
commit 224489c9d8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -469,4 +469,4 @@ Mesh* BlocksRenderer::render(const Chunk* chunk, const ChunksStorage* chunks) {
VoxelsVolume* BlocksRenderer::getVoxelsBuffer() const {
return voxelsBuffer;
}
}