From e8601b35b601b0ee1486dfaa12385e71b7f2b300 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 21 Oct 2024 15:37:31 +0200 Subject: WIP quadtree visualization scaffolding --- Artist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Artist.h') diff --git a/Artist.h b/Artist.h index 49d0393..b880d5e 100644 --- a/Artist.h +++ b/Artist.h @@ -15,6 +15,7 @@ public: private: void update_movement(); void update_edge_collision(); + void update_color(); public: ArtistData data; -- cgit v1.2.3