mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Another use of NULL_LOCAL_ID
This commit is contained in:
parent
01c39d4310
commit
c964852e45
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ SharedNodePointer addOrUpdateReplicatedNode(const QUuid& nodeID, const HifiSockA
|
|||
auto replicatedNode = DependencyManager::get<NodeList>()->addOrUpdateNode(nodeID, NodeType::Agent,
|
||||
senderSockAddr,
|
||||
senderSockAddr,
|
||||
0, true, true);
|
||||
Node::NULL_LOCAL_ID, true, true);
|
||||
|
||||
replicatedNode->setLastHeardMicrostamp(usecTimestampNow());
|
||||
|
||||
|
|
Loading…
Reference in a new issue