From: Seth Date: Wed, 23 Oct 2024 23:45:47 +0000 (-0700) Subject: Another trivial change to test receive hook X-Git-Url: https://isoptera.lcsc.edu/gitweb/?a=commitdiff_plain;h=bf9dda17170ea167c2d48ead1630fcb36771eb67;p=example_engine%2F.git Another trivial change to test receive hook --- 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); }