summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2018-06-02 02:18:57 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2018-06-02 02:18:57 +0300
commit1fe32c16fb299c1eb6a47e6860198f07b0c806c4 (patch)
tree04a3c93faa058e547140c9d43d15fb9b1467f2a6 /indra/newview/pipeline.h
parent18bb3f6b86b32c4ca22f0466ee175d68969a03fd (diff)
parent9437d1511e2c4b73a58abc823b1ca2a29a8a4d04 (diff)
Merged in lindenlab/viewer-bear
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index c9670a60f2..f43607ccb0 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -254,7 +254,7 @@ public:
void stateSort(LLCamera& camera, LLCullResult& result);
void stateSort(LLSpatialGroup* group, LLCamera& camera);
- void stateSort(LLSpatialBridge* bridge, LLCamera& camera);
+ void stateSort(LLSpatialBridge* bridge, LLCamera& camera, BOOL fov_changed = FALSE);
void stateSort(LLDrawable* drawablep, LLCamera& camera);
void postSort(LLCamera& camera);
void forAllVisibleDrawables(void (*func)(LLDrawable*));