-------------------------------------------------------------------------------------- Description: Public method to remove all particles. The actual clear though happens during next Update call. --------------------------------------------------------------------------------------
| 303 | // Update call. |
| 304 | // -------------------------------------------------------------------------------------- |
| 305 | void Tr2GpuParticleSystem::Clear() |
| 306 | { |
| 307 | m_clearRequested = true; |
| 308 | } |
| 309 | |
| 310 | // -------------------------------------------------------------------------------------- |
| 311 | // Description: |
no outgoing calls
no test coverage detected