diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-07-20 16:36:39 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-07-20 16:36:39 -0600 |
commit | a49f4090b8d9d2519439b4d7ba4904b165d569cc (patch) | |
tree | f9218e5fc6976df3e633dbcfff712bde2da60186 /indra/newview/llvoavatar.h | |
parent | 62040b686568410cdd87d12228b48f0b2ee12f1b (diff) |
EXT-7500: FIXED: Texture Jamming problems with http texture off
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 22fc595ea2..8ffcfc7ed4 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -1049,6 +1049,7 @@ protected: // Shared with LLVOAvatarSelf *******************************************************************************/ }; // LLVOAvatar -extern const F32 SELF_ADDITIONAL_PRI; +extern const F32 SELF_ADDITIONAL_PRI; +extern const S32 MAX_TEXTURE_VIRTURE_SIZE_RESET_INTERVAL; #endif // LL_VO_AVATAR_H |