summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2022-04-15 22:14:38 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2022-04-15 22:14:38 +0300
commitbbdbd6c2dd79adc4749e24c88c9f04755a4b12a1 (patch)
tree4f27b7f1f8edf304227e4d3d1c0755ef342cb61e /indra/newview/lltexturectrl.h
parent7f315b1552dd01e0ee2ff58e84f1fc87fa675cdf (diff)
SL-17204 FIXED The texture with full permissions is settled on the prim after copying texture from the object with texture with no transfer permission
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-rw-r--r--indra/newview/lltexturectrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h
index 4250cf86b8..3769f43737 100644
--- a/indra/newview/lltexturectrl.h
+++ b/indra/newview/lltexturectrl.h
@@ -60,7 +60,7 @@ bool get_is_predefined_texture(LLUUID asset_id);
// for textures in inventory by asset ids
// This search can be performance unfriendly and doesn't warranty
// that the texture is original source of asset
-LLUUID get_copy_free_item_by_asset_id(LLUUID image_id);
+LLUUID get_copy_free_item_by_asset_id(LLUUID image_id, bool no_trans_perm = false);
bool get_can_copy_texture(LLUUID image_id);
//////////////////////////////////////////////////////////////////////////////////////////