This commit is contained in:
Benau 2016-10-03 10:30:06 +08:00
parent 78e6cfc8db
commit 21a04213d5

View File

@ -106,7 +106,7 @@ public:
{
assert(m_graph == NULL);
m_graph = graph;
} // create
} // setGraph
// ------------------------------------------------------------------------
/** Cleans up the graph. It is possible that this function is called even
* if no instance exists (e.g. arena without navmesh). So it is not an