mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-06-08 00:03:47 +00:00
Change to a boolean parameter. This is helpful to remove warnings about conditionals with constant expressions (line 640) and also makes the impending C conversion easier. Any perf changes are probably either an improvement or a wash - one more parameter and branch vs a whole other function blowing out icache. Not measured though.