mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +02:00
Merge branch 'atp' of https://github.com/birarda/hifi into protocol
This commit is contained in:
commit
8b5a577a5d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ PacketList::PacketList(PacketType::Value packetType) :
|
|||
}
|
||||
|
||||
void PacketList::startSegment() {
|
||||
_segmentStartIndex = _currentPacket->pos();
|
||||
_segmentStartIndex = _currentPacket ? _currentPacket->pos() : 0;
|
||||
}
|
||||
|
||||
void PacketList::endSegment() {
|
||||
|
|
Loading…
Reference in a new issue