diff options
Diffstat (limited to 'ViewController.h')
-rw-r--r-- | ViewController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ViewController.h b/ViewController.h index ce069bd..c74c72a 100644 --- a/ViewController.h +++ b/ViewController.h @@ -43,8 +43,9 @@ private: private: bool draw_artists = true; - bool draw_pathfinding = true; bool draw_quadtree = true; + bool draw_path = true; + bool draw_visited = true; private: float scale = 16; |