diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2024-04-11 17:26:02 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-04-11 17:26:02 -0700 |
commit | 47255bf44d04e5ba7b33d44f8cc738da4be9d53a (patch) | |
tree | 804e7a29577584d990b6b19a0e034d393343702e /indra/llrender/llgltexture.h | |
parent | b7b962affd12d8559d3dcf8a70533548df8d6f25 (diff) |
secondlife/viewer#1184: Stop making terrain textures undeletable
Diffstat (limited to 'indra/llrender/llgltexture.h')
-rw-r--r-- | indra/llrender/llgltexture.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llrender/llgltexture.h b/indra/llrender/llgltexture.h index 1cc8fbe523..fa6faa2583 100644 --- a/indra/llrender/llgltexture.h +++ b/indra/llrender/llgltexture.h @@ -52,10 +52,11 @@ public: BOOST_AVATAR , BOOST_AVATAR_BAKED , BOOST_SCULPTED , + BOOST_TERRAIN , // Needed for minimap generation for now. Lower than BOOST_HIGH so the texture stats don't get forced, i.e. texture stats are manually managed by minimap/terrain instead. BOOST_HIGH = 10, BOOST_BUMP , - BOOST_TERRAIN , // has to be high priority for minimap / low detail + BOOST_UNUSED_1 , // Placeholder to avoid disrupting habits around texture debug BOOST_SELECTED , BOOST_AVATAR_BAKED_SELF , BOOST_AVATAR_SELF , // needed for baking avatar |