| 236 | } |
| 237 | |
| 238 | void EveMobile::SetShaderOption( const BlueSharedString& name, const BlueSharedString& value ) |
| 239 | { |
| 240 | EveSpaceObject2::SetShaderOption( name, value ); |
| 241 | for( auto it = m_turretSets.begin(); m_turretSets.end() != it; ++it ) |
| 242 | { |
| 243 | ( *it )->SetShaderOption( name, value ); |
| 244 | } |
| 245 | } |
| 246 | |
| 247 | // -------------------------------------------------------------------------------- |
| 248 | // Description: |
no test coverage detected