diff options
author | Dave Parks <davep@lindenlab.com> | 2012-05-21 23:34:51 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-05-21 23:34:51 -0500 |
commit | 336b12e803fdc5f34b5394eae50645870d664d13 (patch) | |
tree | d922b43194da6e45bf648cadcaf49b6e07a9bf89 /indra/newview/llvoavatarself.cpp | |
parent | 430d384a93284c87b4e8af5d3bfacbf7e22094bf (diff) | |
parent | b44eb2e7a910e65373dfed54b86aff87ddda918d (diff) |
merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r-- | 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 f063653cc5..b6d4d6b56f 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2605,7 +2605,7 @@ void LLVOAvatarSelf::deleteScratchTextures() namep; namep = sScratchTexNames.getNextData() ) { - LLImageGL::deleteTextures(1, (U32 *)namep ); + LLImageGL::deleteTextures(LLTexUnit::TT_TEXTURE, 1, (U32 *)namep ); stop_glerror(); } |