diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-08-26 11:44:08 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-08-26 11:44:08 -0400 |
commit | 635128f353758e59c1ae158b2f01d291b0cea30f (patch) | |
tree | 4e1abb0eebfb0d114b7e4a75e6a7623b7184c817 /indra/newview/llvoavatar.cpp | |
parent | 391e2bab555d391a0e1bdb248482d5de5c0d6724 (diff) |
Added graphics preference setting for physics.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index b98c64310d..be55c5b5c2 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -619,6 +619,7 @@ BOOL LLVOAvatar::sShowAnimationDebug = FALSE; BOOL LLVOAvatar::sShowFootPlane = FALSE; BOOL LLVOAvatar::sVisibleInFirstPerson = FALSE; F32 LLVOAvatar::sLODFactor = 1.f; +F32 LLVOAvatar::sPhysicsLODFactor = 1.f; BOOL LLVOAvatar::sUseImpostors = FALSE; BOOL LLVOAvatar::sJointDebug = FALSE; |