Remove transitive include for Detour (#1450)

Moves it to the 1 cpp file that uses it and locks down its header.

Still compiles and links.
This commit is contained in:
David Markowitz
2024-02-06 06:53:51 -08:00
committed by GitHub
parent f0b6ad89d9
commit 395e5c1c66
3 changed files with 14 additions and 27 deletions

View File

@@ -81,7 +81,7 @@ void dpWorld::Shutdown() {
}
bool dpWorld::IsLoaded() {
return m_NavMesh->GetdtNavMesh() != nullptr;
return m_NavMesh->IsNavmeshLoaded();
}
void dpWorld::StepWorld(float deltaTime) {