From da669db4f083194bc78358041c5d9929e103ac9f Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 24 Oct 2024 21:14:14 +0200 Subject: add more todos, shortcut keys and logging --- ViewController.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ViewController.h') 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; -- cgit v1.2.3