mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:58:22 +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() {
|
static void renderMovingBug() {
|
||||||
VoxelDetail details[VOXELS_PER_BUG];
|
VoxelDetail details[VOXELS_PER_BUG];
|
||||||
PACKET_HEADER message = PACKET_HEADER_SET_VOXEL_DESTRUCTIVE;
|
|
||||||
unsigned char* bufferOut;
|
unsigned char* bufferOut;
|
||||||
int sizeOut;
|
int sizeOut;
|
||||||
|
|
||||||
|
@ -112,7 +111,7 @@ static void renderMovingBug() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// send the "erase message" first...
|
// 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)){
|
if (createVoxelEditMessage(message, 0, VOXELS_PER_BUG, (VoxelDetail*)&details, bufferOut, sizeOut)){
|
||||||
|
|
||||||
::packetsSent++;
|
::packetsSent++;
|
||||||
|
|
Loading…
Reference in a new issue