aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r--linden/indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 3a3f51b..9fad9f1 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -448,7 +448,7 @@ static void settings_modify()
448 LLVOSurfacePatch::sLODFactor *= LLVOSurfacePatch::sLODFactor; //square lod factor to get exponential range of [1,4] 448 LLVOSurfacePatch::sLODFactor *= LLVOSurfacePatch::sLODFactor; //square lod factor to get exponential range of [1,4]
449 gDebugGL = gSavedSettings.getBOOL("RenderDebugGL"); 449 gDebugGL = gSavedSettings.getBOOL("RenderDebugGL");
450 gDebugPipeline = gSavedSettings.getBOOL("RenderDebugPipeline"); 450 gDebugPipeline = gSavedSettings.getBOOL("RenderDebugPipeline");
451// gAuditTexture = gSavedSettings.getBOOL("AuditTexture"); 451 gAuditTexture = gSavedSettings.getBOOL("AuditTexture");
452#if LL_VECTORIZE 452#if LL_VECTORIZE
453 if (gSysCPU.hasAltivec()) 453 if (gSysCPU.hasAltivec())
454 { 454 {