| 10 | } |
| 11 | |
| 12 | void ::Components::Actions::Logic::destroyVisualComponent(VisualComponent& c) |
| 13 | { |
| 14 | delete c.m_pVisualController; |
| 15 | c.m_pVisualController = nullptr; |
| 16 | } |
| 17 | |
| 18 | void ::Components::Actions::Logic::destroyPfxComponent(Components::PfxComponent& c) |
| 19 | { |
nothing calls this directly
no outgoing calls
no test coverage detected