diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-21 15:37:31 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-21 15:37:31 +0200 |
commit | e8601b35b601b0ee1486dfaa12385e71b7f2b300 (patch) | |
tree | 244fc97a12ee17e28e6fc407988508bfbc06d89a /Artist.h | |
parent | fe8f7273f0efdfe319a0d3e3b2fc2847992745af (diff) |
WIP quadtree visualization scaffolding
Diffstat (limited to 'Artist.h')
-rw-r--r-- | Artist.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ public: private: void update_movement(); void update_edge_collision(); + void update_color(); public: ArtistData data; |