///////////////////////////////////////////////////////
| 154 | |
| 155 | //////////////////////////////////////////////////////////// |
| 156 | bool RenderTexture::setActive(bool active) |
| 157 | { |
| 158 | // Update RenderTarget tracking |
| 159 | if (m_impl && m_impl->activate(active)) |
| 160 | return RenderTarget::setActive(active); |
| 161 | |
| 162 | return false; |
| 163 | } |
| 164 | |
| 165 | |
| 166 | //////////////////////////////////////////////////////////// |