diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2016-02-19 18:03:34 +0200 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2016-02-19 18:03:34 +0200 |
commit | d4cb7f450d3173a3b40d352ec52f8d82036266b2 (patch) | |
tree | 6392715a6633758f61da2fea76559eb4528681b5 /indra/llcommon/indra_constants.cpp | |
parent | 4ecf35abb6362bb899adf0f661e71575e5f83438 (diff) |
MAINT-5022 [QuickGraphics] Materials should not be applied to simple imposters
Fixe based on that texture with assetd id: "3b39cc01-c2d1-e194-1181-e4404978b20c"
will exist on data server.
Diffstat (limited to 'indra/llcommon/indra_constants.cpp')
-rwxr-xr-x | indra/llcommon/indra_constants.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/indra_constants.cpp b/indra/llcommon/indra_constants.cpp index f3989ee1d0..90866631fe 100755 --- a/indra/llcommon/indra_constants.cpp +++ b/indra/llcommon/indra_constants.cpp @@ -67,3 +67,5 @@ 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_BLACK_SQUARE_MALEVICH ("3b39cc01-c2d1-e194-1181-e4404978b20c"); // On dataserver |