| 305 | } |
| 306 | |
| 307 | void TriTextureParameter::OnAddedToMaterial( Tr2Material* material ) |
| 308 | { |
| 309 | m_materials.push_back( material ); |
| 310 | } |
| 311 | |
| 312 | void TriTextureParameter::OnRemovedFromMaterial( Tr2Material* material ) |
| 313 | { |
no outgoing calls
no test coverage detected