summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-05-21 23:34:51 -0500
committerDave Parks <davep@lindenlab.com>2012-05-21 23:34:51 -0500
commit336b12e803fdc5f34b5394eae50645870d664d13 (patch)
treed922b43194da6e45bf648cadcaf49b6e07a9bf89 /indra/newview/llvoavatarself.cpp
parent430d384a93284c87b4e8af5d3bfacbf7e22094bf (diff)
parentb44eb2e7a910e65373dfed54b86aff87ddda918d (diff)
merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r--indra/newview/llvoavatarself.cpp2
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();
}