diff options
| -rw-r--r-- | indra/newview/llface.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index d1e2b8b93d..d0c26bc43b 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -2377,7 +2377,7 @@ BOOL LLFace::calcPixelArea(F32& cos_angle_to_view_dir, F32& radius)      {          //override with avatar bounding box          LLVOAvatar* avatar = mVObjp->getAvatar(); -        if (avatar) +        if (avatar && avatar->mDrawable)          {              center.load3(avatar->getPositionAgent().mV);              const LLVector4a* exts = avatar->mDrawable->getSpatialExtents();  | 
