mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-14 09:06:51 +02:00
Merge pull request #13501 from danteruiz/fix-billboard-crash
Fix web entity crash
This commit is contained in:
commit
d68815ba27
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ OffscreenSurface::OffscreenSurface()
|
|||
}
|
||||
|
||||
OffscreenSurface::~OffscreenSurface() {
|
||||
delete _sharedObject;
|
||||
_sharedObject->deleteLater();
|
||||
}
|
||||
|
||||
bool OffscreenSurface::fetchTexture(TextureAndFence& textureAndFence) {
|
||||
|
|
Loading…
Reference in a new issue