Added Alpha Layer support and Additional Attachments, plus I reverted my
localhost on outgoing log hack and added the original values back in.
This commit is contained in:
@@ -1342,6 +1342,10 @@ void LLTextureCtrl::draw()
|
||||
mTexturep = gImageList.getImageFromFile(mFallbackImageName);
|
||||
mTexturep->setBoostLevel(LLViewerImageBoostLevel::BOOST_PREVIEW);
|
||||
}
|
||||
else // mImageAssetID == LLUUID::null
|
||||
{
|
||||
mTexturep = NULL;
|
||||
}
|
||||
|
||||
// Border
|
||||
LLRect border( 0, getRect().getHeight(), getRect().getWidth(), BTN_HEIGHT_SMALL );
|
||||
|
||||
Reference in New Issue
Block a user