From 21a04213d588990b614a38701e10bff4649145ac Mon Sep 17 00:00:00 2001 From: Benau Date: Mon, 3 Oct 2016 10:30:06 +0800 Subject: [PATCH] Fix typo --- src/tracks/graph.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tracks/graph.hpp b/src/tracks/graph.hpp index 56297882b..8f713cb6e 100644 --- a/src/tracks/graph.hpp +++ b/src/tracks/graph.hpp @@ -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