summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerdisplay.cpp
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@lindenlab.com>2023-04-12 16:40:51 -0700
committerGitHub <noreply@github.com>2023-04-12 16:40:51 -0700
commit88d35aaf0f6478c7d426c8d01b230d089a52aaf9 (patch)
tree2cd307846fafb16c4f53c464a2e55b1d1fd33ca6 /indra/newview/llviewerdisplay.cpp
parentbd7a924a9423105f0acaaaf271d611d435299d14 (diff)
parent6d5c16971654764de28833fd886f522212d3746d (diff)
Merge pull request #166 from secondlife/DRTVWR-559-post-refactor
Drtvwr 559 post processing refactor
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rw-r--r--indra/newview/llviewerdisplay.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp
index 59333b6cee..a44452f0d1 100644
--- a/indra/newview/llviewerdisplay.cpp
+++ b/indra/newview/llviewerdisplay.cpp
@@ -1307,9 +1307,6 @@ void render_ui(F32 zoom_factor, int subfield)
gGL.popMatrix();
}
- // Render our post process prior to the HUD, UI, etc.
- gPipeline.renderPostProcess();
-
// apply gamma correction and post effects
gPipeline.renderFinalize();