mirror of
https://github.com/overte-org/overte.git
synced 2025-06-25 17:29:30 +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 PacketTypeVoxelSet:
|
||||||
case PacketTypeVoxelSetDestructive:
|
case PacketTypeVoxelSetDestructive:
|
||||||
return 1;
|
return 1;
|
||||||
|
case PacketTypeOctreeStats:
|
||||||
|
return 1;
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue