mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 17:30:05 +02:00
actually return packet from initialize packet
This commit is contained in:
parent
4fe6102a7c
commit
948e8f7163
1 changed files with 2 additions and 0 deletions
|
@ -322,6 +322,8 @@ std::unique_ptr<NLPacket> OctreeEditPacketSender::initializePacket(PacketType::V
|
|||
// pack in timestamp
|
||||
quint64 now = usecTimestampNow() + nodeClockSkew;
|
||||
newPacket->write(now);
|
||||
|
||||
return newPacket;
|
||||
}
|
||||
|
||||
bool OctreeEditPacketSender::process() {
|
||||
|
|
Loading…
Reference in a new issue