Merge branch 'log_not_supported_agent_bounds_ptr' into 'master'

Log ptr for which agent bounds are not supported

See merge request OpenMW/openmw!4040
pull/3235/head
psi29a 4 weeks ago
commit 29d6c76f93

@ -190,7 +190,8 @@ namespace
{
const DetourNavigator::AgentBounds agentBounds = world.getPathfindingAgentBounds(ptr);
if (!navigator.addAgent(agentBounds))
Log(Debug::Warning) << "Agent bounds are not supported by navigator: " << agentBounds;
Log(Debug::Warning) << "Agent bounds are not supported by navigator for " << ptr.toString() << ": "
<< agentBounds;
}
}

Loading…
Cancel
Save