aboutsummaryrefslogtreecommitdiff
path: root/ArtistData.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-21 19:06:58 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-21 19:06:58 +0200
commitfab0fccc0aaa18e915bcd08e81e5a04177e435cd (patch)
tree0e8e51ff61c88b60d1f845bc9fde20ea5ba7099b /ArtistData.h
parent10ce9f45b9551dc103272c2b2374db1c1e3b8bcb (diff)
fix quad tree collision checker
Diffstat (limited to 'ArtistData.h')
-rw-r--r--ArtistData.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ArtistData.h b/ArtistData.h
index ab1e37c..1c3c88c 100644
--- a/ArtistData.h
+++ b/ArtistData.h
@@ -5,6 +5,5 @@ struct ArtistData {
float y = 0.0;
float vx = 0.0;
float vy = 0.0;
- unsigned int waiting = 0;
};