mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
CR feedback
This commit is contained in:
parent
ea1916ee62
commit
cb96b34f9a
1 changed files with 1 additions and 2 deletions
|
@ -95,7 +95,6 @@ const glm::vec3 bugParts[VOXELS_PER_BUG] = {
|
|||
|
||||
static void renderMovingBug() {
|
||||
VoxelDetail details[VOXELS_PER_BUG];
|
||||
PACKET_HEADER message = PACKET_HEADER_SET_VOXEL_DESTRUCTIVE;
|
||||
unsigned char* bufferOut;
|
||||
int sizeOut;
|
||||
|
||||
|
@ -112,7 +111,7 @@ static void renderMovingBug() {
|
|||
}
|
||||
|
||||
// send the "erase message" first...
|
||||
message = PACKET_HEADER_ERASE_VOXEL;
|
||||
PACKET_HEADER message = PACKET_HEADER_ERASE_VOXEL;
|
||||
if (createVoxelEditMessage(message, 0, VOXELS_PER_BUG, (VoxelDetail*)&details, bufferOut, sizeOut)){
|
||||
|
||||
::packetsSent++;
|
||||
|
|
Loading…
Reference in a new issue