diff options
author | graham linden <graham@lindenlab.com> | 2013-03-05 13:42:57 -0800 |
---|---|---|
committer | graham linden <graham@lindenlab.com> | 2013-03-05 13:42:57 -0800 |
commit | 046014aa10e535bfa18e3d7b4c2da70284a615ae (patch) | |
tree | a2ddc78c2da49f22ae6c11195b0fbc5c27e32e5b /indra/newview/llvoavatar.h | |
parent | b19eeabd54afcfb56e864899c166b64db1ac6790 (diff) | |
parent | a65c275865f1cc9bf53237e4b8c99a7bee3731ee (diff) |
Merged lindenlab/viewer-cat into default
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 1adb680962..e6569c557c 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -252,6 +252,7 @@ public: static void invalidateNameTags(); void addNameTagLine(const std::string& line, const LLColor4& color, S32 style, const LLFontGL* font); void idleUpdateRenderCost(); + void updateVisualComplexity() { mVisualComplexityStale = TRUE; } void idleUpdateBelowWater(); //-------------------------------------------------------------------- @@ -314,6 +315,7 @@ private: BOOL mFullyLoadedInitialized; S32 mFullyLoadedFrameCounter; S32 mVisualComplexity; + BOOL mVisualComplexityStale; LLFrameTimer mFullyLoadedTimer; LLFrameTimer mRuthTimer; @@ -437,7 +439,6 @@ public: U32 renderRigid(); U32 renderSkinned(EAvatarRenderPass pass); F32 getLastSkinTime() { return mLastSkinTime; } - U32 renderSkinnedAttachments(); U32 renderTransparent(BOOL first_pass); void renderCollisionVolumes(); static void deleteCachedImages(bool clearAll=true); |