diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-04-24 13:04:56 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-04-24 13:04:56 -0500 |
commit | 741c815966fd32698e8258bfa410d713effe9704 (patch) | |
tree | 22aabcfadd9a84dd0e483b4189590b7ee05936ed /indra | |
parent | 2515a9a65899c5f587512b86e6906a86995c502d (diff) |
SL-19560 Restore hacky fix for other avatars having low res BoM textures.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llvoavatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 7cc3337243..cbb2d4ac76 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -623,7 +623,7 @@ private: //-------------------------------------------------------------------- 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; /*virtual*/ S32 getTexImageArea() const { return getTexImageSize()*getTexImageSize(); } |