| 92 | } |
| 93 | |
| 94 | void Tr2PickBuffer::UnmapForReading( Tr2RenderContext& renderContext ) |
| 95 | { |
| 96 | if( !m_pickTarget.IsValid() ) |
| 97 | { |
| 98 | // This could happen if device is lost |
| 99 | return; |
| 100 | } |
| 101 | m_pickTarget.UnmapForReading( renderContext ); |
| 102 | } |
no test coverage detected