From aa3b8631d31cda97aa2ba8e0828b9f8cfc80fd2b Mon Sep 17 00:00:00 2001 From: Aidan Thornton Date: Sun, 13 Mar 2011 20:51:10 +0000 Subject: Auto-deRuth code, by way of Siana Gearz and the Phoenix viewer. [ From Tonya Souther's 672:143c811ee5e2 and 688:1900969ebf65 in phoenix-sg ] (cherry picked from commit d3ffe737a82e4bf54ce1413efeb7e92f43dfccca) --- linden/indra/newview/llvoavatar.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/newview/llvoavatar.h') diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h index b9e4d17..5dbc945 100644 --- a/linden/indra/newview/llvoavatar.h +++ b/linden/indra/newview/llvoavatar.h @@ -372,12 +372,15 @@ public: public: BOOL isFullyLoaded(); BOOL updateIsFullyLoaded(); +protected: + void updateRuthTimer(bool loading); private: BOOL mFullyLoaded; BOOL mPreviousFullyLoaded; BOOL mFullyLoadedInitialized; S32 mFullyLoadedFrameCounter; LLFrameTimer mFullyLoadedTimer; + LLFrameTimer mRuthTimer; //-------------------------------------------------------------------- // Collision Volumes -- cgit v1.1