fix(Core/Collision): typo in VMap BIH generation. (#7066)

* Core/Collision: Fix typo in VMap BIH generation.

Fixed #5768.

* Bump vmap and mmap versions.

* chore: update data version in the bash installer
This commit is contained in:
UltraNix
2021-08-08 12:21:29 +02:00
committed by GitHub
parent f01cb2d71b
commit 261d5c62cd
6 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
#define SIZE_OF_GRIDS 533.3333f
#define MMAP_MAGIC 0x4d4d4150 // 'MMAP'
#define MMAP_VERSION 11
#define MMAP_VERSION 12
struct MmapTileHeader
{