diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 9a9ff901b21171a70b9b11c03993754578e20544..d7b13e1e9058f34f82cdc4ae3711d314dfa1c4c5 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -636,7 +636,7 @@ class LLVOAvatar : //-------------------------------------------------------------------- public: virtual LLViewerTexture::EBoostLevel getAvatarBoostLevel() const { return LLGLTexture::BOOST_AVATAR; } - virtual LLViewerTexture::EBoostLevel getAvatarBakedBoostLevel() const { return LLGLTexture::BOOST_AVATAR_BAKED; } + virtual LLViewerTexture::EBoostLevel getAvatarBakedBoostLevel() const { return LLGLTexture::BOOST_AVATAR_BAKED_SELF; } virtual S32 getTexImageSize() const; S32 getTexImageArea() const { return getTexImageSize()*getTexImageSize(); }