diff options
author | Richard Linden <none@none> | 2013-11-06 20:05:28 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-11-06 20:05:28 -0800 |
commit | d71cafa4bcecb311bce626a15dd185e4750994ea (patch) | |
tree | b329c4a6c44e8f82973f8b9efca850d790204f3b /indra/newview/llvocache.cpp | |
parent | c4fc085f74392d8bd2746134e703edbbbc911012 (diff) |
final settings tweaks
renamed BackShpereCullingRadius to BackSphereCullingRadius
Diffstat (limited to 'indra/newview/llvocache.cpp')
-rwxr-xr-x | indra/newview/llvocache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp index 2ff2d0f341..f2c048cd34 100755 --- a/indra/newview/llvocache.cpp +++ b/indra/newview/llvocache.cpp @@ -752,7 +752,7 @@ void LLVOCachePartition::selectBackObjects(LLCamera &camera, F32 back_sphere_rad S32 LLVOCachePartition::cull(LLCamera &camera, bool do_occlusion) { static LLCachedControl<bool> use_object_cache_occlusion(gSavedSettings,"UseObjectCacheOcclusion"); - static LLCachedControl<F32> back_sphere_radius(gSavedSettings,"BackShpereCullingRadius"); + static LLCachedControl<F32> back_sphere_radius(gSavedSettings,"BackSphereCullingRadius"); if(!LLViewerRegion::sVOCacheCullingEnabled) { |