Core/Recast: Updated to latest recast version.

This commit is contained in:
hondacrx
2021-02-18 12:31:16 -05:00
parent 6c121e7ef5
commit b725a7b760
5 changed files with 74 additions and 46 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ namespace Framework.Constants
public const uint MapLiquidMagic = 0x51494C4D; //"MLIQ";
public const uint mmapMagic = 0x4D4D4150; // 'MMAP'
public const int mmapVersion = 9;
public const int mmapVersion = 10;
public const string VMapMagic = "VMAP_4.9";
public const float VMAPInvalidHeightValue = -200000.0f;