diff options
| author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2023-04-12 16:40:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-12 16:40:51 -0700 |
| commit | 88d35aaf0f6478c7d426c8d01b230d089a52aaf9 (patch) | |
| tree | 2cd307846fafb16c4f53c464a2e55b1d1fd33ca6 /indra/newview/llviewerdisplay.cpp | |
| parent | bd7a924a9423105f0acaaaf271d611d435299d14 (diff) | |
| parent | 6d5c16971654764de28833fd886f522212d3746d (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.cpp | 3 |
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(); |
