Fix Bgusplat crash during snapshot preview

master
Beq 2024-12-28 18:17:17 +00:00
parent a2db442dea
commit a1e7da8f8f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}