summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorIma Mechanique <ima.mechanique@secondlife.com>2013-10-21 04:21:00 +0100
committerIma Mechanique <ima.mechanique@secondlife.com>2013-10-21 04:21:00 +0100
commit30f835809bc736351f0134dfefefbdcdcbdc9948 (patch)
tree39f20a7defa9de67d1e604bd527f55a37e48f52b /indra/newview/llvoavatarself.cpp
parent79645e6981a97224024c5226d8713dce9569d54a (diff)
parent37b705c96264ed28896d687e565d1112939e9123 (diff)
Merge 3.5.8-release
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-xindra/newview/llvoavatarself.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index 15628d5ab2..9ce99444d9 100755
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -3066,7 +3066,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();
}