mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 03:52:55 +02:00
revert whitespace change
This commit is contained in:
parent
750ee639f0
commit
b4bb1ef6f5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ void ModelServer::modelCreated(const ModelItem& newModel, const SharedNodePointe
|
||||||
memcpy(copyAt, &modelID, sizeof(modelID));
|
memcpy(copyAt, &modelID, sizeof(modelID));
|
||||||
copyAt += sizeof(modelID);
|
copyAt += sizeof(modelID);
|
||||||
packetLength += sizeof(modelID);
|
packetLength += sizeof(modelID);
|
||||||
|
|
||||||
NodeList::getInstance()->writeDatagram((char*) outputBuffer, packetLength, senderNode);
|
NodeList::getInstance()->writeDatagram((char*) outputBuffer, packetLength, senderNode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue