| 148 | } |
| 149 | |
| 150 | Tr2PPFogEffectPtr Tr2PostProcess2::GetFogIfAvailable( PostProcess::Quality qualitySetting ) const |
| 151 | { |
| 152 | RETURN_IF_ACTIVE( m_fog, qualitySetting, PostProcess::HIGH ); |
| 153 | } |
| 154 | |
| 155 | void Tr2PostProcess2::SetFog( Tr2PPFogEffectPtr effect ) |
| 156 | { |
no outgoing calls
no test coverage detected