mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 12:52:45 +02:00
fix a PacketTypeVoxelQuery typo
This commit is contained in:
parent
d39cccde77
commit
997bea708d
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ void OctreeServer::processDatagram(const QByteArray& dataByteArray, const HifiSo
|
|||
if (packetType == getMyQueryMessageType()) {
|
||||
bool debug = false;
|
||||
if (debug) {
|
||||
qDebug() << "Got PacketType_VOXEL_QUERY at" << usecTimestampNow();
|
||||
qDebug() << "Got PacketTypeVoxelQuery at" << usecTimestampNow();
|
||||
}
|
||||
|
||||
// If we got a PacketType_VOXEL_QUERY, then we're talking to an NodeType_t_AVATAR, and we
|
||||
|
|
Loading…
Reference in a new issue