diff options
Diffstat (limited to 'indra/newview/llfloaterauction.cpp')
-rw-r--r-- | indra/newview/llfloaterauction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterauction.cpp b/indra/newview/llfloaterauction.cpp index 2dabb55eaa..747431fb19 100644 --- a/indra/newview/llfloaterauction.cpp +++ b/indra/newview/llfloaterauction.cpp @@ -207,7 +207,7 @@ void LLFloaterAuction::onClickSnapshot(void* data) self->mImage = new LLImageGL((LLImageRaw*)raw, FALSE); gGL.getTexUnit(0)->bind(self->mImage); - self->mImage->setClamp(TRUE, TRUE); + self->mImage->setAddressMode(LLTexUnit::TAM_CLAMP); } else { |