| 634 | #include "Engine/Debug/DebugDraw.h" |
| 635 | |
| 636 | void ParticleEffect::OnDebugDrawSelected() |
| 637 | { |
| 638 | DEBUG_DRAW_WIRE_BOX(_box, Color::Violet * 0.7f, 0, true); |
| 639 | |
| 640 | Actor::OnDebugDrawSelected(); |
| 641 | } |
| 642 | |
| 643 | void ParticleEffect::OnDebugDraw() |
| 644 | { |
nothing calls this directly
no test coverage detected