X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FEntity.h;fp=src%2Fworld%2FEntity.h;h=21663d31c216f230c1f5cc960f865589ba0c530a;hb=a73a6dd63407b5f5ef5b0c635551ad27b27c95d6;hp=a7e45d292b277490c41d9657c68d2082e9f375b0;hpb=aa28d59d492c490194e8e8f7af086fcb531d170a;p=orbi.git diff --git a/src/world/Entity.h b/src/world/Entity.h index a7e45d2..21663d3 100644 --- a/src/world/Entity.h +++ b/src/world/Entity.h @@ -11,6 +11,7 @@ class Entity { public: constexpr Entity() { } + virtual ~Entity() { } public: void Update(float dt, Vector extAcc, Vector tv);