diff --git a/src/objects/Object.h b/src/objects/Object.h index 47be7165..b0ff7e49 100644 --- a/src/objects/Object.h +++ b/src/objects/Object.h @@ -15,7 +15,7 @@ public: bool shouldUpdate = true; public: - virtual ~Object() { destroyed(); } + ~Object() { destroyed(); } public: virtual void spawned() { }