diff --git a/world/voxel_chunk.cpp b/world/voxel_chunk.cpp index 8e3d83e..e99c390 100644 --- a/world/voxel_chunk.cpp +++ b/world/voxel_chunk.cpp @@ -458,7 +458,7 @@ void VoxelChunk::set_channel_compressed(int channel_index, const PoolByteArray & } int ds = data.size(); - print_error(String::num(ds)); + PoolByteArray::Read r = data.read(); //We are not going to write to it