Havok: Fix hkpShape having an extraneous destructor declaration

This commit is contained in:
Léo Lam 2022-02-01 23:20:24 +01:00
parent c95f9517e9
commit 38e00061ee
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ public:
HK_FORCE_INLINE hkpShape() = default;
HK_FORCE_INLINE explicit hkpShape(ShapeType type) : hkpShapeBase(type), m_userData(0) {}
explicit hkpShape(hkFinishLoadedObjectFlag flag);
~hkpShape() override;
virtual const hkpShapeContainer* getContainer() const { return nullptr; }
virtual hkReal getMaximumProjection(const hkVector4& direction) const;