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 --- ArtistData.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ArtistData.h') 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; }; -- cgit v1.2.3