mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Fix texture leak
This commit is contained in:
parent
f5acf49e47
commit
634f8fbc83
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ void PluginContainerProxy::releaseSceneTexture(const gpu::TexturePointer& textur
|
|||
}
|
||||
|
||||
void PluginContainerProxy::releaseOverlayTexture(const gpu::TexturePointer& texture) {
|
||||
// FIXME implement present thread compositing
|
||||
qApp->_applicationOverlay.releaseOverlay(texture);
|
||||
}
|
||||
|
||||
/// settings interface
|
||||
|
|
Loading…
Reference in a new issue