diff options
| author | RunitaiLinden <davep@lindenlab.com> | 2023-05-23 10:55:50 -0500 |
|---|---|---|
| committer | RunitaiLinden <davep@lindenlab.com> | 2023-05-23 10:55:50 -0500 |
| commit | 0c7205e5f1fadadcfbe08d87f0e08c7946aaffbd (patch) | |
| tree | 056ca97aa423bd93f1a2e486b1bc22fbb3eea452 /indra/llrender/llgltexture.h | |
| parent | 13b746401e0447226dc16bbefdcfb82d25ec8e63 (diff) | |
SL-19560 Better fix for blurry BoM textures.
Diffstat (limited to 'indra/llrender/llgltexture.h')
| -rw-r--r-- | indra/llrender/llgltexture.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/llrender/llgltexture.h b/indra/llrender/llgltexture.h index 3732333f8f..5c693fc93c 100644 --- a/indra/llrender/llgltexture.h +++ b/indra/llrender/llgltexture.h @@ -49,8 +49,8 @@ public: enum EBoostLevel { BOOST_NONE = 0, - BOOST_AVATAR_BAKED , BOOST_AVATAR , + BOOST_AVATAR_BAKED , BOOST_SCULPTED , BOOST_HIGH = 10, @@ -87,10 +87,6 @@ public: NO_DELETE = 99 //stay in memory, can not be removed. } LLGLTextureState; - static S32 getTotalNumOfCategories() ; - static S32 getIndexFromCategory(S32 category) ; - static S32 getCategoryFromIndex(S32 index) ; - protected: virtual ~LLGLTexture(); LOG_CLASS(LLGLTexture); |
