summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2024-02-26 01:21:41 -0800
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2024-02-26 01:21:41 -0800
commit8c79297a8957fec13fadd2a2932b4b03b148d5a5 (patch)
tree4b3362f8bbbfd8442f81444124780195a34f2fbd /indra/newview/pipeline.h
parent1b8523a7b6293db89b16ca8e08330969cf1d9166 (diff)
#682 Further tweak the conservative update mechanism.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index fe00c52e6d..817750b4a1 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -1057,6 +1057,7 @@ public:
static S32 RenderBufferVisualization;
static bool RenderMirrors;
static S32 RenderHeroProbeUpdateRate;
+ static S32 RenderHeroProbeConservativeUpdateMultiplier;
};
void render_bbox(const LLVector3 &min, const LLVector3 &max);