MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / ~PhysicsCommon

Method ~PhysicsCommon

src/engine/PhysicsCommon.cpp:56–60  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

54
55// Destructor
56PhysicsCommon::~PhysicsCommon() {
57
58 // Release the allocated memory
59 release();
60}
61
62/// Initialization
63void PhysicsCommon::init() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected