mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 23:55:12 +02:00
Merge branch 'master' of https://github.com/highfidelity/hifi
This commit is contained in:
commit
fa29bb537f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ OffscreenSurface::OffscreenSurface()
|
||||||
}
|
}
|
||||||
|
|
||||||
OffscreenSurface::~OffscreenSurface() {
|
OffscreenSurface::~OffscreenSurface() {
|
||||||
delete _sharedObject;
|
_sharedObject->deleteLater();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool OffscreenSurface::fetchTexture(TextureAndFence& textureAndFence) {
|
bool OffscreenSurface::fetchTexture(TextureAndFence& textureAndFence) {
|
||||||
|
|
Loading…
Reference in a new issue