mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 10:42:10 +02:00
Bumped octree stats packet version
This commit is contained in:
parent
85d007adfd
commit
49eadac024
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ PacketVersion versionForPacketType(PacketType type) {
|
|||
case PacketTypeVoxelSet:
|
||||
case PacketTypeVoxelSetDestructive:
|
||||
return 1;
|
||||
case PacketTypeOctreeStats:
|
||||
return 1;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue