Need to reset the stream here.

This commit is contained in:
Andrzej Kapolka 2014-07-07 19:27:04 -07:00
parent aaae07087c
commit 365bc2a93e

View file

@ -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;