mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 01:34:07 +00:00
Fix checks for if the physics world is loaded (#711)
This commit is contained in:
@@ -17,6 +17,9 @@ public:
|
||||
|
||||
float GetHeightAtPoint(const NiPoint3& location);
|
||||
std::vector<NiPoint3> GetPath(const NiPoint3& startPos, const NiPoint3& endPos, float speed = 10.0f);
|
||||
|
||||
class dtNavMesh* GetdtNavMesh() { return m_NavMesh; }
|
||||
|
||||
private:
|
||||
void LoadNavmesh();
|
||||
|
||||
|
Reference in New Issue
Block a user