mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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).
|
||||
// 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);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
#ifdef WANT_DEBUG
|
||||
qCDebug(entities) << "calling queueOctreeEditMessage()...";
|
||||
qCDebug(entities) << " id:" << entityItemID;
|
||||
|
|
Loading…
Reference in a new issue