mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:00:44 +02:00
tweaks and cleanup
This commit is contained in:
parent
13e6a187bd
commit
51547f6f8d
1 changed files with 1 additions and 1 deletions
|
@ -29,9 +29,9 @@ public:
|
|||
void resetVoxelPacket(); // resets voxel packet to after "V" header
|
||||
|
||||
void writeToPacket(unsigned char* buffer, int bytes); // writes to end of packet
|
||||
|
||||
const unsigned char* getPacket() const { return _voxelPacket; }
|
||||
int getPacketLength() const { return MAX_VOXEL_PACKET_SIZE - _voxelPacketAvailableBytes; }
|
||||
|
||||
bool isPacketWaiting() const { return _voxelPacketWaiting; }
|
||||
|
||||
bool packetIsDuplicate() const;
|
||||
|
|
Loading…
Reference in a new issue