diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2024-01-23 15:17:15 -0800 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-01-25 10:32:37 -0800 |
commit | 97764080b0eaf7b359b7e2332e6c1257ba86a71a (patch) | |
tree | 333357f1056bd8fca48ddc194deec818cad82c27 /indra/newview/pipeline.h | |
parent | 85bf567010d54b64b3144397bff7c3c0448d85da (diff) |
Review feedback: Remove static RenderLocalLightCount, as cached settings refresh has surprising performance cost
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 21c1d9a25d..5ace90b000 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -1015,7 +1015,6 @@ public: static F32 CameraFNumber; static F32 CameraFocalLength; static F32 CameraFieldOfView; - static S32 RenderLocalLightCount; static F32 RenderShadowNoise; static F32 RenderShadowBlurSize; static F32 RenderSSAOScale; |