mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 21:26:25 +02:00
Fixed formatting
This commit is contained in:
parent
c0052004de
commit
b9306a35cc
1 changed files with 1 additions and 2 deletions
|
@ -125,8 +125,7 @@ void EntityEditPacketSender::queueEditEntityMessage(PacketType type,
|
||||||
// 2. The requested properties don't exist in this entity type (e.g., 'modelUrl' in a Zone Entity).
|
// 2. The requested properties don't exist in this entity type (e.g., 'modelUrl' in a Zone Entity).
|
||||||
// Since case #1 is more likely (and more critical), that's the one we warn about.
|
// Since case #1 is more likely (and more critical), that's the one we warn about.
|
||||||
qCWarning(entities).nospace() << "queueEditEntityMessage: some of the properties don't fit and can't be sent. entityID=" << uuidStringWithoutCurlyBraces(entityItemID);
|
qCWarning(entities).nospace() << "queueEditEntityMessage: some of the properties don't fit and can't be sent. entityID=" << uuidStringWithoutCurlyBraces(entityItemID);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
#ifdef WANT_DEBUG
|
#ifdef WANT_DEBUG
|
||||||
qCDebug(entities) << "calling queueOctreeEditMessage()...";
|
qCDebug(entities) << "calling queueOctreeEditMessage()...";
|
||||||
qCDebug(entities) << " id:" << entityItemID;
|
qCDebug(entities) << " id:" << entityItemID;
|
||||||
|
|
Loading…
Reference in a new issue