MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / clean

Method clean

src/physics/PhysicsSystem.h:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 Handle::CollisionShapeHandle collisionShape;
17
18 static void clean(PhysicsObject& s)
19 {
20 delete s.rigidBody;
21 }
22 };
23
24 struct CollisionShape : public Handle::HandleTypeDescriptor<Handle::CollisionShapeHandle>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected