diff --git a/indra/newview/llsnapshotlivepreview.cpp b/indra/newview/llsnapshotlivepreview.cpp index fb441afb3f..c9826a9775 100644 --- a/indra/newview/llsnapshotlivepreview.cpp +++ b/indra/newview/llsnapshotlivepreview.cpp @@ -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 (bugsplat avoidance) ensure mPreviewImage is valid { return NULL; }