diff options
author | Dave Parks <davep@lindenlab.com> | 2023-03-10 10:52:35 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-03-10 10:52:35 -0600 |
commit | 25ede8638209fac8dde5b71bece4bc1dfa30ea16 (patch) | |
tree | ce5deda0c12a9e157c07cb72001eda396b1a542e /indra/llrender/llgltexture.h | |
parent | cf72c8ec614fcfc2811f10dfacdc51ed3f477e31 (diff) |
SL-19172 Texture streaming tune up. Incidental decruft.
Diffstat (limited to 'indra/llrender/llgltexture.h')
-rw-r--r-- | indra/llrender/llgltexture.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llrender/llgltexture.h b/indra/llrender/llgltexture.h index 8cfe7b62de..3732333f8f 100644 --- a/indra/llrender/llgltexture.h +++ b/indra/llrender/llgltexture.h @@ -49,10 +49,8 @@ public: enum EBoostLevel { BOOST_NONE = 0, - BOOST_ALM , //acts like NONE when ALM is on, max discard when ALM is off BOOST_AVATAR_BAKED , BOOST_AVATAR , - BOOST_CLOUDS , BOOST_SCULPTED , BOOST_HIGH = 10, |