mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +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 {
|
||||
_remoteData.readDelta(receiveRecord->getData(), receiveRecord->getLOD(), in,
|
||||
_remoteDataLOD = getLastAcknowledgedSendRecord()->getLOD());
|
||||
in.reset();
|
||||
}
|
||||
// copy to local and reapply local edits
|
||||
_data = _remoteData;
|
||||
|
|
Loading…
Reference in a new issue