aboutsummaryrefslogtreecommitdiff
path: root/ViewController.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-24 21:14:14 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-24 21:14:14 +0200
commitda669db4f083194bc78358041c5d9929e103ac9f (patch)
tree3b1b27cac655cb7f852ff4d13233bc278f12ff0f /ViewController.h
parentdabfb8188aab86ea8d8c9794ee8e46f6e22291f4 (diff)
add more todos, shortcut keys and logging
Diffstat (limited to 'ViewController.h')
-rw-r--r--ViewController.h3
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;