diff --git a/modules/acore/deps/recastnavigation/Detour/DetourNavMesh.h b/modules/acore/deps/recastnavigation/Detour/DetourNavMesh.h index fb882929f..6f2db0400 100644 --- a/modules/acore/deps/recastnavigation/Detour/DetourNavMesh.h +++ b/modules/acore/deps/recastnavigation/Detour/DetourNavMesh.h @@ -30,7 +30,7 @@ #include #endif #endif - typedef unsigned long uint64; + typedef uint64_t uint64; #endif // Note: If you want to use 64-bit refs, change the types of both dtPolyRef & dtTileRef.