diff options
author | Dave Houlton <euclid@lindenlab.com> | 2020-07-24 10:32:54 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2020-07-24 10:32:54 -0600 |
commit | fb45ca014c812f7166c750da112984fd8dd88bc8 (patch) | |
tree | 2e640bc6c61e5824be99feaad3c0ca0229d5f432 /indra/newview/pipeline.h | |
parent | 21cf868f3886452019d21f6e6333551527dbd891 (diff) |
SL-13406, cleanup and format changes
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index fe60eb69f8..600bdd9d06 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -139,7 +139,7 @@ public: void resetVertexBuffers(LLDrawable* drawable); void generateImpostor(LLVOAvatar* avatar); void bindScreenToTexture(); - void renderPost(bool for_snapshot, F32 zoom_factor = 1.f, int subfield = 0); + void renderFinalize(); void init(); void cleanup(); |