From b99c1609fda217f2773ab6e023ec35ea211cc86a Mon Sep 17 00:00:00 2001 From: Cinder <cinder@sdf.org> Date: Thu, 13 Apr 2017 07:31:01 -0500 Subject: [PATCH] Fix broken build --- indra/newview/pipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index dd5b5f5107..c5b6d86a64 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -214,7 +214,7 @@ BOOL LLPipeline::CameraOffset; F32 LLPipeline::CameraMaxCoF; F32 LLPipeline::CameraDoFResScale; F32 LLPipeline::RenderAutoHideSurfaceAreaLimit; -BOOL RenderDeferredAlwaysSoftenShadows; +BOOL LLPipeline::RenderDeferredAlwaysSoftenShadows; LLTrace::EventStatHandle<S64> LLPipeline::sStatBatchSize("renderbatchsize"); const F32 BACKLIGHT_DAY_MAGNITUDE_OBJECT = 0.1f; -- GitLab