mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-03 23:24:35 +02:00
bump version of PacketTypeAvatarData from 1 to 2
This commit is contained in:
parent
de67a828cc
commit
a2fea49f58
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ int packArithmeticallyCodedValue(int value, char* destination) {
|
|||
PacketVersion versionForPacketType(PacketType type) {
|
||||
switch (type) {
|
||||
case PacketTypeAvatarData:
|
||||
return 1;
|
||||
return 2;
|
||||
case PacketTypeParticleData:
|
||||
return 1;
|
||||
case PacketTypeDomainList:
|
||||
|
|
Loading…
Reference in a new issue