diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-11-20 08:08:57 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-11-20 08:08:57 -0500 |
commit | 2bd8234fe574ec08eed8d9c04e938482315dbc27 (patch) | |
tree | 9b8e9bb539e88f9c95885a039a952d5bc8bc4e5e /indra/newview/llvoavatarself.cpp | |
parent | 3d66c31156cdde6240f5f27e18275060205f8ce9 (diff) |
SL-271 WIP - color base and extended bones differently.
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-x | indra/newview/llvoavatarself.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index c1ca0aed69..86084d5025 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -232,7 +232,6 @@ void LLVOAvatarSelf::initInstance() { mDebugBakedTextureTimes[i][0] = -1.0f; mDebugBakedTextureTimes[i][1] = -1.0f; - mInitialBakeIDs[i] = LLUUID::null; } status &= buildMenus(); |