diff --git a/Runtime/World/CWorld.hpp b/Runtime/World/CWorld.hpp index 87c6f31b8..57edfb455 100644 --- a/Runtime/World/CWorld.hpp +++ b/Runtime/World/CWorld.hpp @@ -171,7 +171,7 @@ public: void CycleLoadPauseState(); CWorld(IObjectStore& objStore, IFactory& resFactory, CAssetId mlvlId); - ~CWorld(); + ~CWorld() override; bool DoesAreaExist(TAreaId area) const; const std::vector>& GetGameAreas() const { return x18_areas; }