diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-28 14:24:04 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-28 14:24:04 -0400 |
commit | e4a0dda457039b1a04c74024d9fbcf02e071b13d (patch) | |
tree | cf9048cddf2d0ad8d8e6c0f2bacfa659d6eb8681 /indra/llcommon/imageids.cpp | |
parent | 1f234f8593cb556d6515b7bbf3ac99d19fa4c5c3 (diff) |
SH-3228 WIP - always respond to processAppearance for self, convert baked textures to checkerboards
Diffstat (limited to 'indra/llcommon/imageids.cpp')
-rwxr-xr-x[-rw-r--r--] | indra/llcommon/imageids.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/imageids.cpp b/indra/llcommon/imageids.cpp index fe11465221..7d647e5c36 100644..100755 --- a/indra/llcommon/imageids.cpp +++ b/indra/llcommon/imageids.cpp @@ -68,3 +68,6 @@ const LLUUID TERRAIN_MOUNTAIN_DETAIL ("303cd381-8560-7579-23f1-f0a880799740"); / const LLUUID TERRAIN_ROCK_DETAIL ("53a2f406-4895-1d13-d541-d2e3b86bc19c"); // VIEWER const LLUUID DEFAULT_WATER_NORMAL ("822ded49-9a6c-f61c-cb89-6df54f42cdf4"); // VIEWER + +const LLUUID IMG_CHECKERBOARD_RGBA ("2585a0f3-4163-6dd1-0f34-ad48cb909e25"); // dataserver + |