fix(Tools/Mapextractor): Fix water height redundancy algorithm ignoring "no water" (#10947)

This commit is contained in:
IntelligentQuantum 2022-04-24 22:44:20 +04:30 committed by GitHub
parent 8b531b034b
commit 090cc5e2c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 4 deletions

View file

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