summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorScott Lawrence <oz@lindenlab.com>2013-10-16 17:24:32 -0400
committerScott Lawrence <oz@lindenlab.com>2013-10-16 17:24:32 -0400
commit7ba4fc06f351dc09bf3cac6cc768a11302ce5598 (patch)
tree256001700bd19cead3e198727ecf6ce80c7ac998 /indra/newview/llvoavatarself.cpp
parent9c313aea13c70db145d3f2ba840fdc34ed8c8adf (diff)
parentc7057c141c38492bfdc2bfe9d82de97a7364f01b (diff)
Merged 3.6.8-release
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 15628d5ab2..9ce99444d9 100755
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -3066,7 +3066,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();
}