From bf9dda17170ea167c2d48ead1630fcb36771eb67 Mon Sep 17 00:00:00 2001 From: Seth Date: Wed, 23 Oct 2024 16:45:47 -0700 Subject: [PATCH] Another trivial change to test receive hook --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index c125f76..74d0aeb 100644 --- a/main.cpp +++ b/main.cpp @@ -32,7 +32,6 @@ public: collision_check = true; } void hit_index(size_t index){ - // Make fragments brick_fragments.create_burst(100, locations[index], 0.01f); locations.erase(locations.begin() + index); } -- 2.39.5