summaryrefslogtreecommitdiff
path: root/indra/newview/llhudicon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llhudicon.cpp')
-rw-r--r--indra/newview/llhudicon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudicon.cpp b/indra/newview/llhudicon.cpp
index 0c7d785ae0..3535fe185c 100644
--- a/indra/newview/llhudicon.cpp
+++ b/indra/newview/llhudicon.cpp
@@ -184,7 +184,7 @@ void LLHUDIcon::renderIcon(BOOL for_select)
void LLHUDIcon::setImage(LLViewerImage* imagep)
{
mImagep = imagep;
- mImagep->setClamp(TRUE, TRUE);
+ mImagep->setAddressMode(LLTexUnit::TAM_CLAMP);
}
void LLHUDIcon::setScale(F32 fraction_of_fov)