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
..
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-01 23:45:16 +02:00
2023-05-15 09:44:26 +02:00
2023-01-25 02:26:52 +01:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-15 09:44:26 +02:00
2023-05-14 17:36:08 +02:00
2022-08-14 15:19:03 +02:00
2022-02-22 15:19:32 +01:00
2022-04-16 00:30:46 +02:00
2021-04-13 04:45:22 -07:00
2022-02-22 15:20:08 +01:00