Kawe Mazidjatari f943fe8509 RecastMesh.cpp: Fix compiler warning
2 warnings:
Operation 'lkup[arr[i] & 0xF] | 0x8000;' returns an int, but should return a unsigned short; added explicit cast.
Operation 'arr[i] & 0xF' could read up to 64 bytes, while the stack buffer is only 16 bytes. Switched to operation: ''arr[i] & 0x3'.

The static buffer has also been declare const now.
2023-05-15 09:51:27 +02:00
..
2022-07-28 15:45:02 +02:00
2022-07-28 15:45:02 +02:00
2022-03-13 22:20:02 +01:00
2023-03-20 00:17:29 +01:00