diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-16 17:56:48 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-16 17:56:48 -0400 |
commit | cecad67163f3607680e70507ec6a5b1a0e98b2c8 (patch) | |
tree | 5e567da2892c6f6da37957651cf5555685288abc /indra/newview/llvoavatarself.cpp | |
parent | 1f8b37e9ad65f8064b83adac295d9eb162976e4c (diff) | |
parent | c7057c141c38492bfdc2bfe9d82de97a7364f01b (diff) |
merge
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 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(); } |