mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-05 18:24:12 +00:00
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:
@@ -81,7 +81,7 @@ void dpWorld::Shutdown() {
|
||||
}
|
||||
|
||||
bool dpWorld::IsLoaded() {
|
||||
return m_NavMesh->GetdtNavMesh() != nullptr;
|
||||
return m_NavMesh->IsNavmeshLoaded();
|
||||
}
|
||||
|
||||
void dpWorld::StepWorld(float deltaTime) {
|
||||
|
Reference in New Issue
Block a user