diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-24 21:14:14 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-24 21:14:14 +0200 |
commit | da669db4f083194bc78358041c5d9929e103ac9f (patch) | |
tree | 3b1b27cac655cb7f852ff4d13233bc278f12ff0f /ViewController.h | |
parent | dabfb8188aab86ea8d8c9794ee8e46f6e22291f4 (diff) |
add more todos, shortcut keys and logging
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; |