]> git.localhorst.tv Git - orbi.git/blobdiff - src/world/Entity.h
rotatable arm for character entities
[orbi.git] / src / world / Entity.h
index a7e45d292b277490c41d9657c68d2082e9f375b0..21663d31c216f230c1f5cc960f865589ba0c530a 100644 (file)
@@ -11,6 +11,7 @@ class Entity {
 
 public:
        constexpr Entity() { }
+       virtual ~Entity() { }
 
 public:
        void Update(float dt, Vector<float> extAcc, Vector<float> tv);