diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-09-12 07:29:26 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-09-12 07:57:30 +0800 |
commit | f87fa59b1e490d7a752bf8937bc67b7b18a62ad5 (patch) | |
tree | 1794ca14a7da95fbaa621661c2096a4b39142fb2 /indra/newview/llviewerdisplay.cpp | |
parent | 7279245b5fee11bf0683a068639d42f3bacd5e6b (diff) | |
parent | 067d83b640d3fae45098ef8bc71e913c1eb65a44 (diff) |
Merge remote-tracking branch 'mobserveur/experimental2'
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rw-r--r-- | indra/newview/llviewerdisplay.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 5183370076..ac0147002e 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -1687,10 +1687,6 @@ void render_ui_3d() gUIProgram.bind(); gGL.color4f(1.f, 1.f, 1.f, 1.f); - static LLCachedControl<bool> hdrDisplay(gSavedSettings, "MPHDRDisplay"); - static LLCachedControl<F32> hdrUIBoost(gSavedSettings, "MPHDRUIBoost"); - if(hdrDisplay) gUIProgram.uniform1f(LLShaderMgr::MP_HDR_BOOST, (GLfloat)hdrUIBoost); - // Coordinate axes static LLCachedControl<bool> show_axes(gSavedSettings, "ShowAxes"); if (show_axes()) |