diff options
author | Scott Lawrence <oz@lindenlab.com> | 2013-10-16 17:24:32 -0400 |
---|---|---|
committer | Scott Lawrence <oz@lindenlab.com> | 2013-10-16 17:24:32 -0400 |
commit | 7ba4fc06f351dc09bf3cac6cc768a11302ce5598 (patch) | |
tree | 256001700bd19cead3e198727ecf6ce80c7ac998 /indra/newview/llvoavatarself.cpp | |
parent | 9c313aea13c70db145d3f2ba840fdc34ed8c8adf (diff) | |
parent | c7057c141c38492bfdc2bfe9d82de97a7364f01b (diff) |
Merged 3.6.8-release
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-x | indra/newview/llvoavatarself.cpp | 2 |
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(); } |