Merge pull request #13501 from danteruiz/fix-billboard-crash

Fix web entity crash
This commit is contained in:
John Conklin II 2018-06-29 12:02:31 -07:00 committed by GitHub
commit d68815ba27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ OffscreenSurface::OffscreenSurface()
}
OffscreenSurface::~OffscreenSurface() {
delete _sharedObject;
_sharedObject->deleteLater();
}
bool OffscreenSurface::fetchTexture(TextureAndFence& textureAndFence) {