diff options
author | Oz Linden <oz@lindenlab.com> | 2012-05-22 05:51:20 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-05-22 05:51:20 -0400 |
commit | 6525fc4a4fc09e02c4fa709e0cbba4aa8d7d25ae (patch) | |
tree | f4dfcedd237ad2cbeea646385c873302b838614e /indra/newview/pipeline.h | |
parent | bdd17086726b0c47df18935e6833a10b706e3ee5 (diff) | |
parent | b6f2b2f399fc004806e525851e86d04bf446564d (diff) |
merge changes for DRTVWR-147
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 b8b4f164fe..201952876f 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -264,7 +264,7 @@ public: void setHighlightObject(LLDrawable* obj) { mHighlightObject = obj; } - void renderShadow(glh::matrix4f& view, glh::matrix4f& proj, LLCamera& camera, LLCullResult& result, BOOL use_shader = TRUE, BOOL use_occlusion = TRUE); + void renderShadow(glh::matrix4f& view, glh::matrix4f& proj, LLCamera& camera, LLCullResult& result, BOOL use_shader, BOOL use_occlusion, U32 target_width); void renderHighlights(); void renderDebug(); void renderPhysicsDisplay(); |