diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-12 14:26:48 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-12 14:26:48 -0500 |
commit | 02e9afd0e5d727ea0729fb2242b3a89247ae5b1a (patch) | |
tree | fa176d9dac48244fe1e739c0b8a1b07f04456b50 /indra/newview/llvoavatarself.cpp | |
parent | e11fd0a7eb9e5aa39aa719f6d349506348a06d18 (diff) |
SH-2852 WIP - track avatar loading via load_<foo> timers, added distinction between partially and fully loaded textures
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 fedab5cd06..8b29622fdb 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -99,7 +99,6 @@ void selfClearPhases() if (isAgentAvatarValid()) { gAgentAvatarp->clearPhases(); - //gAgentAvatarp->mLastRezzedStatus = -1; } } |