summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-12-20 10:27:18 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-12-20 10:27:18 -0500
commitcbf24c55d511b2390fdc4c12698682531f26f41b (patch)
treea78771e2c383507bdccd58ceed5bc82220a3b4c8 /indra/newview/llviewertexture.cpp
parent42496cd672436cc4d32f5546fd04294931b8f0b6 (diff)
SH-3344 WIP - additional debugging output for avatar local textures
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rwxr-xr-xindra/newview/llviewertexture.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index 846216211e..a673862882 100755
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -616,6 +616,7 @@ LLViewerTexture::LLViewerTexture(const LLImageRaw* raw, BOOL usemipmaps) :
LLViewerTexture::~LLViewerTexture()
{
+ // LL_DEBUGS("Avatar") << mID << llendl;
cleanup();
sImageCount--;
}