aboutsummaryrefslogtreecommitdiff
path: root/ArtistData.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-21 15:37:31 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-21 15:37:31 +0200
commite8601b35b601b0ee1486dfaa12385e71b7f2b300 (patch)
tree244fc97a12ee17e28e6fc407988508bfbc06d89a /ArtistData.h
parentfe8f7273f0efdfe319a0d3e3b2fc2847992745af (diff)
WIP quadtree visualization scaffolding
Diffstat (limited to 'ArtistData.h')
-rw-r--r--ArtistData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArtistData.h b/ArtistData.h
index 1c3c88c..ab1e37c 100644
--- a/ArtistData.h
+++ b/ArtistData.h
@@ -5,5 +5,6 @@ struct ArtistData {
float y = 0.0;
float vx = 0.0;
float vy = 0.0;
+ unsigned int waiting = 0;
};