mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 12:10:44 +02:00
remove an Xcode vim accidentalism
This commit is contained in:
parent
ccc2649d26
commit
e00dc8bfaa
1 changed files with 1 additions and 0 deletions
|
@ -474,6 +474,7 @@ void NodeList::processDomainServerList(QSharedPointer<NLPacket> packet) {
|
|||
packetStream >> thisNodeCanRez;
|
||||
setThisNodeCanRez((bool) thisNodeCanRez);
|
||||
|
||||
|
||||
// pull each node in the packet
|
||||
while (packetStream.device()->pos() < packet->getSizeUsed()) {
|
||||
parseNodeFromPacketStream(packetStream);
|
||||
|
|
Loading…
Reference in a new issue