mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Use R-tree for dynamic priority of navmesh async job
This commit is contained in:
parent
17bd571a65
commit
50f4471750
10 changed files with 572 additions and 126 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue