diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-05-16 10:18:53 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-05-16 10:18:53 -0400 |
commit | f2d7dfb1e6689968459ef680e608546d474da008 (patch) | |
tree | 99e06775b461451c2a041ebf970022ca2cf00b0d /indra/newview/llvoavatarself.cpp | |
parent | 01ad22ce197ba3bbf97ee396e163e5de529ad2e8 (diff) |
merge fixes
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-x | indra/newview/llvoavatarself.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 84e5567d37..1f497bc107 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2526,6 +2526,7 @@ void LLVOAvatarSelf::forceBakeAllTextures(bool slam_for_debug) } invalidateComposite(layer_set); + add(LLStatViewer::TEX_REBAKES, 1); } else { |