mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Merge pull request #3202 from wangyix/7_23_seq_fix
fixes seq num errors when spacebar
This commit is contained in:
commit
7afc62db15
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ void Audio::reset() {
|
|||
_audioMixerAvatarStreamAudioStats = AudioStreamStats();
|
||||
_audioMixerInjectedStreamAudioStatsMap.clear();
|
||||
|
||||
_outgoingAvatarAudioSequenceNumber = 0;
|
||||
//_outgoingAvatarAudioSequenceNumber = 0;
|
||||
_incomingMixedAudioSequenceNumberStats.reset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue