]> isoptera.lcsc.edu Git - example_engine/.git/commitdiff
Another trivial change to test receive hook
authorSeth <sslong@lcsc.edu>
Wed, 23 Oct 2024 23:45:47 +0000 (16:45 -0700)
committerSeth <sslong@lcsc.edu>
Wed, 23 Oct 2024 23:45:47 +0000 (16:45 -0700)
main.cpp

index c125f768ff140a8cb4ce462a85df67f21013e69a..74d0aeb98969920ca65c890b6776dd115fe3a7eb 100644 (file)
--- 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);
        }