Ver código fonte

Merge branch 'master' of github.com:jrouwe/JoltPhysics

Jorrit Rouwe 4 anos atrás
pai
commit
b36bb000c6

+ 1 - 1
Jolt/Physics/Collision/Shape/MutableCompoundShape.h

@@ -32,7 +32,7 @@ public:
 	/// Constructor
 									MutableCompoundShape() : CompoundShape(EShapeSubType::MutableCompound) { }
 									MutableCompoundShape(const MutableCompoundShapeSettings &inSettings, ShapeResult &outResult);
-	virtual							~MutableCompoundShape();
+	virtual							~MutableCompoundShape() override;
 		
 	// See Shape::CastRay
 	virtual bool					CastRay(const RayCast &inRay, const SubShapeIDCreator &inSubShapeIDCreator, RayCastResult &ioHit) const override;