-------------------------------------------------------------------------------------- Description: Detaches this object from the attached AL render target. --------------------------------------------------------------------------------------
| 275 | // Detaches this object from the attached AL render target. |
| 276 | // -------------------------------------------------------------------------------------- |
| 277 | void Tr2RenderTarget::Detach() |
| 278 | { |
| 279 | if( m_attachedOwner ) |
| 280 | { |
| 281 | m_attachedOwner = nullptr; |
| 282 | m_onTextureChange(); |
| 283 | } |
| 284 | m_attachedOwner = nullptr; |
| 285 | } |
| 286 | |
| 287 | // -------------------------------------------------------------------------------------- |
| 288 | // Description: |
no outgoing calls
no test coverage detected