diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-02-21 17:40:40 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-02-21 17:40:40 -0500 |
commit | 04caf8c8764c0a433121acef6c7b7396c43550b2 (patch) | |
tree | 9c61766dd1e01d4b15e965268d0fc3c25adef083 /indra/newview/llvoavatar.h | |
parent | 89752e76495e2b553fb92165499baccb245860c6 (diff) |
SH-2689 WIP - move first_fully_visible static into avatar class, bake-related logging
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x | indra/newview/llvoavatar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 1ed43f7ed9..e0202c38cd 100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -285,6 +285,8 @@ protected: void updateRuthTimer(bool loading); F32 calcMorphAmount(); private: + // runway state-machine spaghetti + BOOL mFirstFullyVisible; BOOL mFullyLoaded; BOOL mPreviousFullyLoaded; BOOL mFullyLoadedInitialized; |