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

Method ~TestbedApplication

testbed/src/TestbedApplication.cpp:95–99  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

93
94// Destructor
95TestbedApplication::~TestbedApplication() {
96
97 // Destroy all the scenes
98 destroyScenes();
99}
100
101// Initialize the viewer
102void TestbedApplication::start() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected