From 99d7d1695fec28208e19b34bc754dff5dd1e5642 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 22 Oct 2024 17:12:35 +0200 Subject: fix txt parser --- ViewController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ViewController.h') diff --git a/ViewController.h b/ViewController.h index 162ae19..4ff73c5 100644 --- a/ViewController.h +++ b/ViewController.h @@ -37,7 +37,7 @@ private: private: bool draw_artists = true; bool draw_pathfinding = false; - bool draw_quadtree = true; + bool draw_quadtree = false; private: unsigned int scale = 16; -- cgit v1.2.3