summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-10-16 17:56:48 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-10-16 17:56:48 -0400
commitcecad67163f3607680e70507ec6a5b1a0e98b2c8 (patch)
tree5e567da2892c6f6da37957651cf5555685288abc /indra/newview/llvoavatarself.cpp
parent1f8b37e9ad65f8064b83adac295d9eb162976e4c (diff)
parentc7057c141c38492bfdc2bfe9d82de97a7364f01b (diff)
merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-xindra/newview/llvoavatarself.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index d7ff78d2a6..4c0b3b1235 100755
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -2713,7 +2713,7 @@ void LLVOAvatarSelf::deleteScratchTextures()
namep;
namep = sScratchTexNames.getNextData() )
{
- LLImageGL::deleteTextures(LLTexUnit::TT_TEXTURE, 0, -1, 1, (U32 *)namep );
+ LLImageGL::deleteTextures(1, (U32 *)namep );
stop_glerror();
}