Fix for Struct 'dtNode' was previously declared as a class (#213)

This commit is contained in:
Ian Masters 2016-06-25 18:09:34 +10:00 committed by Jakob Botsch Nielsen
parent b86c1e12b3
commit ab0a679d8f

View File

@ -540,7 +540,7 @@ private:
int* straightPathCount, const int maxStraightPath, const int options) const;
// Gets the path leading to the specified end node.
dtStatus getPathToNode(class dtNode* endNode, dtPolyRef* path, int* pathCount, int maxPath) const;
dtStatus getPathToNode(struct dtNode* endNode, dtPolyRef* path, int* pathCount, int maxPath) const;
const dtNavMesh* m_nav; ///< Pointer to navmesh data.