diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-08-26 15:42:57 -0400 |
---|---|---|
committer | Rye Mutt <rye@alchemyviewer.org> | 2024-08-26 15:42:57 -0400 |
commit | ca115671d6310798ac512a9a6baa71a06f14e9ce (patch) | |
tree | 2cf9d7b815847b9ccc34dcbd58437560538bad16 /indra/newview/pipeline.h | |
parent | 779e195d1c8b39d31e5e3ed995e076fa4f6c943a (diff) |
Replaced refreshCachedSetting for sharpening with cached control
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 a58b7850ea..1c87b71d06 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -1068,7 +1068,6 @@ public: static bool RenderMirrors; static S32 RenderHeroProbeUpdateRate; static S32 RenderHeroProbeConservativeUpdateMultiplier; - static F32 RenderCASSharpness; }; void render_bbox(const LLVector3 &min, const LLVector3 &max); |