| 288 | } |
| 289 | |
| 290 | void Tr2GpuParticleSystem::SetVariableStore( Tr2Effect* effect ) |
| 291 | { |
| 292 | if( effect ) |
| 293 | { |
| 294 | effect->StartUpdate(); |
| 295 | effect->SetVariableStore( m_variableStore ); |
| 296 | effect->EndUpdate(); |
| 297 | } |
| 298 | } |
| 299 | |
| 300 | // -------------------------------------------------------------------------------------- |
| 301 | // Description: |
nothing calls this directly
no test coverage detected