summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/dep/recastnavigation/Detour/DetourNavMesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dep/recastnavigation/Detour/DetourNavMesh.h b/modules/dep/recastnavigation/Detour/DetourNavMesh.h
index 52d2c505ec..fb882929f4 100644
--- a/modules/dep/recastnavigation/Detour/DetourNavMesh.h
+++ b/modules/dep/recastnavigation/Detour/DetourNavMesh.h
@@ -30,7 +30,7 @@
#include <linux/types.h>
#endif
#endif
- typedef uint64_t uint64;
+ typedef unsigned long uint64;
#endif
// Note: If you want to use 64-bit refs, change the types of both dtPolyRef & dtTileRef.