Use R-tree for dynamic priority of navmesh async job

This commit is contained in:
elsid 2024-04-06 01:10:48 +02:00
parent 17bd571a65
commit 50f4471750
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
10 changed files with 572 additions and 126 deletions

View file

@ -184,8 +184,6 @@ namespace DetourNavigator
{
case ChangeType::remove:
return stream << "ChangeType::remove";
case ChangeType::mixed:
return stream << "ChangeType::mixed";
case ChangeType::add:
return stream << "ChangeType::add";
case ChangeType::update: