Fix texture preview showing useless inventory UUID
This commit is contained in:
@@ -469,7 +469,7 @@ LLUUID LLPreviewTexture::getItemID()
|
|||||||
if ((perms & PERM_TRANSFER) &&
|
if ((perms & PERM_TRANSFER) &&
|
||||||
(perms & PERM_COPY))
|
(perms & PERM_COPY))
|
||||||
{
|
{
|
||||||
return item->getUUID();
|
return item->getAssetUUID();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return LLUUID::null;
|
return LLUUID::null;
|
||||||
|
|||||||
Reference in New Issue
Block a user