Fix texture preview showing useless inventory UUID

This commit is contained in:
Siana Gearz
2012-02-15 01:07:41 +01:00
parent c542c7bdbb
commit dd9196efac

View File

@@ -469,7 +469,7 @@ LLUUID LLPreviewTexture::getItemID()
if ((perms & PERM_TRANSFER) &&
(perms & PERM_COPY))
{
return item->getUUID();
return item->getAssetUUID();
}
}
return LLUUID::null;