diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-12-20 10:27:18 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-12-20 10:27:18 -0500 |
| commit | cbf24c55d511b2390fdc4c12698682531f26f41b (patch) | |
| tree | a78771e2c383507bdccd58ceed5bc82220a3b4c8 /indra/newview/llviewertexture.cpp | |
| parent | 42496cd672436cc4d32f5546fd04294931b8f0b6 (diff) | |
SH-3344 WIP - additional debugging output for avatar local textures
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
| -rwxr-xr-x | indra/newview/llviewertexture.cpp | 1 |
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--; } |
