mirror of
https://github.com/Relintai/voxelman.git
synced 2025-04-15 21:06:06 +02:00
Removed leftover print.
This commit is contained in:
parent
25da88da19
commit
b046db78ed
@ -458,7 +458,7 @@ void VoxelChunk::set_channel_compressed(int channel_index, const PoolByteArray &
|
|||||||
}
|
}
|
||||||
|
|
||||||
int ds = data.size();
|
int ds = data.size();
|
||||||
print_error(String::num(ds));
|
|
||||||
PoolByteArray::Read r = data.read();
|
PoolByteArray::Read r = data.read();
|
||||||
|
|
||||||
//We are not going to write to it
|
//We are not going to write to it
|
||||||
|
Loading…
Reference in New Issue
Block a user