-------------------------------------------------------------------------------------- Description: Should be called by emitters after sucessfull call to InsertParticle when all new particle data is filled. Used for syncronization. --------------------------------------------------------------------------------------
| 1321 | // particle data is filled. Used for syncronization. |
| 1322 | // -------------------------------------------------------------------------------------- |
| 1323 | void Tr2ParticleSystem::DoneInsertingParticle() |
| 1324 | { |
| 1325 | if( m_insertDeleteMutex ) |
| 1326 | { |
| 1327 | m_insertDeleteMutex->Release(); |
| 1328 | } |
| 1329 | } |
| 1330 | |
| 1331 | // -------------------------------------------------------------------------------------- |
| 1332 | // Description: |
no test coverage detected