mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:37:48 +02:00
fix billboard crash
This commit is contained in:
parent
3f6be6d259
commit
847cad46ca
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