diff options
author | Oz Linden <oz@lindenlab.com> | 2010-12-14 22:59:36 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-12-14 22:59:36 -0500 |
commit | ad991346683c9e69d3e86b0e98275cb3fa47fb72 (patch) | |
tree | 371029c497c6453734771abc0eebb8755b841ad8 /indra/newview/llappviewer.cpp | |
parent | 2027ce56a217b97848f5582a14f8ed81593a1f54 (diff) | |
parent | efa42a6aab6d3ada198072c0e2be2b7d9b4e1eb5 (diff) |
Automated merge with file:///Users/oz/Work/viewer-development
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index b460885a53..5e55a8e59c 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -445,6 +445,7 @@ static void settings_to_globals() LLVolumeImplFlexible::sUpdateFactor = gSavedSettings.getF32("RenderFlexTimeFactor"); LLVOTree::sTreeFactor = gSavedSettings.getF32("RenderTreeLODFactor"); LLVOAvatar::sLODFactor = gSavedSettings.getF32("RenderAvatarLODFactor"); + LLVOAvatar::sPhysicsLODFactor = gSavedSettings.getF32("RenderAvatarPhysicsLODFactor"); LLVOAvatar::sMaxVisible = (U32)gSavedSettings.getS32("RenderAvatarMaxVisible"); LLVOAvatar::sVisibleInFirstPerson = gSavedSettings.getBOOL("FirstPersonAvatarVisible"); // clamp auto-open time to some minimum usable value |