mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 08:58:02 +02:00
Bumped the metavoxel version number.
This commit is contained in:
parent
1f63656a14
commit
1d4d36444f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ PacketVersion versionForPacketType(PacketType type) {
|
|||
case PacketTypeAudioStreamStats:
|
||||
return 1;
|
||||
case PacketTypeMetavoxelData:
|
||||
return 5;
|
||||
return 6;
|
||||
case PacketTypeVoxelData:
|
||||
return VERSION_VOXELS_HAS_FILE_BREAKS;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue