mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-15 15:50:03 +00:00
* Replaced references to rcIntArray with rcTempVector<int> rcIntArray is deprecated and has been replaced with rcTempVector. The current implementation is just a wrapper for rcTempVector. * remove rcIntArray implementation Since it's no longer referenced