diff options
author | Jacek Antonelli | 2009-01-28 20:04:52 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-01-28 20:05:02 -0600 |
commit | 0ef11cf31364456ec247b0fc7ad8f6d1de408400 (patch) | |
tree | 50754b286468147a70271253a2a74215c80e1354 /linden/indra/newview/llvoavatar.h | |
parent | Second Life viewer sources 1.22.5-RC (diff) | |
download | meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.zip meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.tar.gz meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.tar.bz2 meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.tar.xz |
Second Life viewer sources 1.22.6-RC
Diffstat (limited to 'linden/indra/newview/llvoavatar.h')
-rw-r--r-- | linden/indra/newview/llvoavatar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h index 81cfc6f..9806ceb 100644 --- a/linden/indra/newview/llvoavatar.h +++ b/linden/indra/newview/llvoavatar.h | |||
@@ -914,7 +914,9 @@ public: | |||
914 | static ETextureIndex sBakedTextureIndices[BAKED_TEXTURE_COUNT]; | 914 | static ETextureIndex sBakedTextureIndices[BAKED_TEXTURE_COUNT]; |
915 | 915 | ||
916 | static F32 sUnbakedTime; // Total seconds with >=1 unbaked avatars | 916 | static F32 sUnbakedTime; // Total seconds with >=1 unbaked avatars |
917 | static F32 sUnbakedUpdateTime; // Last time stats were updated (to prevent multiple updates per frame) | ||
917 | static F32 sGreyTime; // Total seconds with >=1 grey avatars | 918 | static F32 sGreyTime; // Total seconds with >=1 grey avatars |
919 | static F32 sGreyUpdateTime; // Last time stats were updated (to prevent multiple updates per frame) | ||
918 | 920 | ||
919 | //-------------------------------------------------------------------- | 921 | //-------------------------------------------------------------------- |
920 | // Texture Layer Sets and Global Colors | 922 | // Texture Layer Sets and Global Colors |