-------------------------------------------------------------------------------------- Description: Implements ITr2GenericEmitter. Notifies the linked particle system that it needs additional syncronization when inserting particles. --------------------------------------------------------------------------------------
| 81 | // additional syncronization when inserting particles. |
| 82 | // -------------------------------------------------------------------------------------- |
| 83 | void Tr2StaticEmitter::SetThreadSafeFlag() |
| 84 | { |
| 85 | m_isThreadSafe = true; |
| 86 | if( m_particleSystem ) |
| 87 | { |
| 88 | m_particleSystem->SetThreadSafeFlag(); |
| 89 | } |
| 90 | } |
| 91 | |
| 92 | // -------------------------------------------------------------------------------------- |
| 93 | // Description: |
no outgoing calls
no test coverage detected