| 35 | } |
| 36 | |
| 37 | void BoxVolume::OnDebugDraw() |
| 38 | { |
| 39 | const Color color = GetWiresColor(); |
| 40 | DEBUG_DRAW_WIRE_BOX(_bounds, color, 0, true); |
| 41 | |
| 42 | // Base |
| 43 | Actor::OnDebugDraw(); |
| 44 | } |
| 45 | |
| 46 | namespace |
| 47 | { |
nothing calls this directly
no test coverage detected