mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 12:24:29 +02:00
Need to reset the stream here.
This commit is contained in:
parent
aaae07087c
commit
365bc2a93e
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ void MetavoxelClient::handleMessage(const QVariant& message, Bitstream& in) {
|
||||||
} else {
|
} else {
|
||||||
_remoteData.readDelta(receiveRecord->getData(), receiveRecord->getLOD(), in,
|
_remoteData.readDelta(receiveRecord->getData(), receiveRecord->getLOD(), in,
|
||||||
_remoteDataLOD = getLastAcknowledgedSendRecord()->getLOD());
|
_remoteDataLOD = getLastAcknowledgedSendRecord()->getLOD());
|
||||||
|
in.reset();
|
||||||
}
|
}
|
||||||
// copy to local and reapply local edits
|
// copy to local and reapply local edits
|
||||||
_data = _remoteData;
|
_data = _remoteData;
|
||||||
|
|
Loading…
Reference in a new issue