From fab0fccc0aaa18e915bcd08e81e5a04177e435cd Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 21 Oct 2024 19:06:58 +0200 Subject: fix quad tree collision checker --- ArtistData.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ArtistData.h') 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; }; -- cgit v1.2.3