Fix Bgusplat crash during snapshot preview
parent
a2db442dea
commit
a1e7da8f8f
|
|
@ -655,7 +655,7 @@ void LLSnapshotLivePreview::generateThumbnailImage(bool force_update)
|
|||
|
||||
LLViewerTexture* LLSnapshotLivePreview::getBigThumbnailImage()
|
||||
{
|
||||
if (mThumbnailUpdateLock) //in the process of updating
|
||||
if (mThumbnailUpdateLock | !mPreviewImage) //in the process of updating <FS:Beq/> (bugsplat avoidance) ensure mPreviewImage is valid
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue