summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2023-04-11 20:10:59 -0500
committerDave Parks <davep@lindenlab.com>2023-04-11 20:10:59 -0500
commit99bcc719a71a1c74e37bcf8ead0f39d2d2641876 (patch)
treee13e8b6921a63cb0a43c9adf7533ccec06a43074 /indra/newview
parentab28599ce54b68cdfb4dec6abd38649b4a83e4e7 (diff)
SL-19560 Temporary hack fix to get BoM textures to load.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llvoavatar.h2
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(); }