mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 21:45:15 +02:00
bumped protocol number for new particle properties
This commit is contained in:
parent
b8a6105a03
commit
ec25d7994c
2 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,7 @@ PacketVersion versionForPacketType(PacketType::Value packetType) {
|
|||
case EntityAdd:
|
||||
case EntityEdit:
|
||||
case EntityData:
|
||||
return VERSION_ENTITIES_POLYLINE;
|
||||
return VERSION_ENTITIES_PARTICLE_MODIFICATIONS;
|
||||
case AvatarData:
|
||||
return 12;
|
||||
default:
|
||||
|
|
|
@ -142,5 +142,6 @@ const PacketVersion VERSION_ENTITIES_HAVE_SIMULATION_OWNER_AND_ACTIONS_OVER_WIRE
|
|||
const PacketVersion VERSION_ENTITIES_NEW_PROTOCOL_LAYER = 35;
|
||||
const PacketVersion VERSION_POLYVOX_TEXTURES = 36;
|
||||
const PacketVersion VERSION_ENTITIES_POLYLINE = 37;
|
||||
const PacketVersion VERSION_ENTITIES_PARTICLE_MODIFICATIONS = 38;
|
||||
|
||||
#endif // hifi_PacketHeaders_h
|
Loading…
Reference in a new issue