mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
removed debug
This commit is contained in:
parent
f94f535254
commit
4271fc5d41
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@ VoxelEditPacketSender::~VoxelEditPacketSender() {
|
|||
|
||||
|
||||
void VoxelEditPacketSender::sendVoxelEditMessage(PACKET_TYPE type, VoxelDetail& detail) {
|
||||
|
||||
printf("void VoxelEditPacketSender::sendVoxelEditMessage(PACKET_TYPE type, VoxelDetail& detail)\n");
|
||||
//printf("void VoxelEditPacketSender::sendVoxelEditMessage(PACKET_TYPE type, VoxelDetail& detail)\n");
|
||||
|
||||
// allows app to disable sending if for example voxels have been disabled
|
||||
if (!_shouldSend) {
|
||||
|
|
Loading…
Reference in a new issue