mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 14:09:43 +02:00
actually reset the NLPacket for audio to start writing
This commit is contained in:
parent
631c745784
commit
32e75fcee8
1 changed files with 1 additions and 0 deletions
|
@ -854,6 +854,7 @@ void AudioClient::handleAudioInput() {
|
|||
}
|
||||
|
||||
// reset the audio packet so we can start writing
|
||||
_audioPacket->reset();
|
||||
|
||||
// write sequence number
|
||||
_audioPacket->write(&_outgoingAvatarAudioSequenceNumber, sizeof(quint16));
|
||||
|
|
Loading…
Reference in a new issue