-------------------------------------------------------------------------------------- Description: Rebinds all system constraints. --------------------------------------------------------------------------------------
| 1629 | // Rebinds all system constraints. |
| 1630 | // -------------------------------------------------------------------------------------- |
| 1631 | void Tr2ParticleSystem::RebindConstraints() |
| 1632 | { |
| 1633 | for( auto it = m_constraints.begin(); it != m_constraints.end(); ++it ) |
| 1634 | { |
| 1635 | ( *it )->Bind( this ); |
| 1636 | } |
| 1637 | } |
| 1638 | |
| 1639 | // -------------------------------------------------------------------------------------- |
| 1640 | // Description: |