From d71cafa4bcecb311bce626a15dd185e4750994ea Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Wed, 6 Nov 2013 20:05:28 -0800 Subject: final settings tweaks renamed BackShpereCullingRadius to BackSphereCullingRadius --- indra/newview/app_settings/settings.xml | 10 +++++----- indra/newview/llviewerregion.cpp | 2 +- indra/newview/llvocache.cpp | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'indra') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 7b30bbebab..14384edc1f 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -742,7 +742,7 @@ Value 40 - BackShpereCullingRadius + BackSphereCullingRadius Comment Radius of back sphere in meters, objects behind camera but within this radius are loaded for rendering @@ -751,7 +751,7 @@ Type F32 Value - 20.0 + 100.0 BottomPanelNew @@ -6456,7 +6456,7 @@ Type S32 Value - 64 + 200 NewObjectCreationThrottleDelayTime @@ -6577,7 +6577,7 @@ Type U32 Value - 64 + 300 NoPreload @@ -7121,7 +7121,7 @@ Type F32 Value - 16.0 + 100.0 ParcelMediaAutoPlayEnable diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 6ba620964b..8093ce523f 100755 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -1379,7 +1379,7 @@ BOOL LLViewerRegion::isViewerCameraStatic() void LLViewerRegion::killInvisibleObjects(F32 max_time) { - static LLCachedControl back_sphere_radius(gSavedSettings,"BackShpereCullingRadius"); + static LLCachedControl back_sphere_radius(gSavedSettings,"BackSphereCullingRadius"); if(!sVOCacheCullingEnabled) { 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 use_object_cache_occlusion(gSavedSettings,"UseObjectCacheOcclusion"); - static LLCachedControl back_sphere_radius(gSavedSettings,"BackShpereCullingRadius"); + static LLCachedControl back_sphere_radius(gSavedSettings,"BackSphereCullingRadius"); if(!LLViewerRegion::sVOCacheCullingEnabled) { -- cgit v1.2.3