mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 20:56:41 +02:00
Bump audio packet version
This commit is contained in:
parent
d4ec337cae
commit
d528c47a83
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ PacketVersion versionForPacketType(PacketType type) {
|
|||
case PacketTypeSilentAudioFrame:
|
||||
return 4;
|
||||
case PacketTypeMixedAudio:
|
||||
return 2;
|
||||
return 3;
|
||||
case PacketTypeAvatarData:
|
||||
return 3;
|
||||
case PacketTypeAvatarIdentity:
|
||||
|
|
Loading…
Reference in a new issue