mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +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
|
@ -473,6 +473,7 @@ void NodeList::processDomainServerList(QSharedPointer<NLPacket> packet) {
|
|||
quint8 thisNodeCanRez;
|
||||
packetStream >> thisNodeCanRez;
|
||||
setThisNodeCanRez((bool) thisNodeCanRez);
|
||||
|
||||
|
||||
// pull each node in the packet
|
||||
while (packetStream.device()->pos() < packet->getSizeUsed()) {
|
||||
|
|
Loading…
Reference in a new issue