Destructor
| 55 | |
| 56 | // Destructor |
| 57 | DebugRenderer::~DebugRenderer() { |
| 58 | |
| 59 | } |
| 60 | |
| 61 | // Clear all the debugging primitives (points, lines, triangles, ...) |
| 62 | void DebugRenderer::reset() { |
nothing calls this directly
no outgoing calls
no test coverage detected