mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 06:53:46 +02:00
removed if randFloat
This commit is contained in:
parent
01f10024ae
commit
7fcf149f70
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ void Audio::handleAudioInput() {
|
|||
// memcpy our orientation
|
||||
memcpy(currentPacketPtr, &headOrientation, sizeof(headOrientation));
|
||||
currentPacketPtr += sizeof(headOrientation);
|
||||
if (randFloat() < 0.95f)
|
||||
|
||||
nodeList->writeDatagram(audioDataPacket, numAudioBytes + leadingBytes, audioMixer);
|
||||
_outgoingAvatarAudioSequenceNumber++;
|
||||
|
||||
|
|
Loading…
Reference in a new issue