diff options
Diffstat (limited to 'indra/newview/llhudicon.cpp')
-rw-r--r-- | indra/newview/llhudicon.cpp | 2 |
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) |