]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/Body.hpp
fix double deletes on app exit
[blobs.git] / src / world / Body.hpp
index 3cbb788114c723dcf25108013b8627651290662e..5ac4fa1ddcfab52bf305b07825a03becff283612 100644 (file)
@@ -88,7 +88,6 @@ public:
        void Cache() noexcept;
        void CheckCollision() noexcept;
 
-       // body takes over ownership of given pointer
        void AddCreature(creature::Creature *);
        void RemoveCreature(creature::Creature *);
        std::vector<creature::Creature *> &Creatures() noexcept { return creatures; }