mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 13:37:28 +02:00
removed seq num reset from Audio::reset()
This commit is contained in:
parent
06ed8e4b63
commit
663cbb76dd
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@ void Audio::init(QGLWidget *parent) {
|
|||
void Audio::reset() {
|
||||
_ringBuffer.reset();
|
||||
|
||||
_outgoingAvatarAudioSequenceNumber = 0;
|
||||
// we don't want to reset seq numbers when space-bar reset occurs.
|
||||
//_outgoingAvatarAudioSequenceNumber = 0;
|
||||
|
||||
resetStats();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue