summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-02-21 17:40:40 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-02-21 17:40:40 -0500
commit04caf8c8764c0a433121acef6c7b7396c43550b2 (patch)
tree9c61766dd1e01d4b15e965268d0fc3c25adef083 /indra/newview/llvoavatar.h
parent89752e76495e2b553fb92165499baccb245860c6 (diff)
SH-2689 WIP - move first_fully_visible static into avatar class, bake-related logging
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-xindra/newview/llvoavatar.h2
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;