Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127026 | Differences between
and this patch

Collapse All | Expand All

(-)linden/indra/newview/lltexlayer.cpp.orig (-1 / +1 lines)
Lines 487-493 Link Here
487
// static
487
// static
488
void LLTexLayerSetBuffer::onTextureUploadComplete(const LLUUID& uuid, void* userdata, S32 result) // StoreAssetData callback (not fixed)
488
void LLTexLayerSetBuffer::onTextureUploadComplete(const LLUUID& uuid, void* userdata, S32 result) // StoreAssetData callback (not fixed)
489
{
489
{
490
	LLBakedUploadData* baked_upload_data = (LLBakedUploadData*)(U32)userdata;
490
	LLBakedUploadData* baked_upload_data = (LLBakedUploadData*)userdata;
491
491
492
	LLVOAvatar* avatar = gAgent.getAvatarObject();
492
	LLVOAvatar* avatar = gAgent.getAvatarObject();
493
493

Return to bug 127026