summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-07-08 14:52:56 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-07-08 14:52:56 -0700
commitaea47535b4e2417663c1114e32c3b24b0d43c137 (patch)
tree7219d2ed2a9edffe1273b5bdcdf86a79acf831d7 /indra/newview/pipeline.cpp
parent58ab4dfd885336d84caa2853f4c4e5da1d685a07 (diff)
parentbfb66a8b9422d9a86c728e8865b6fb7f936f1521 (diff)
Merge
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 486cafc999..7d0f763bd1 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -1794,7 +1794,7 @@ void LLPipeline::rebuildPriorityGroups()
assertInitialized();
// Iterate through all drawables on the priority build queue,
- for (LLSpatialGroup::sg_list_t::iterator iter = mGroupQ1.begin();
+ for (LLSpatialGroup::sg_vector_t::iterator iter = mGroupQ1.begin();
iter != mGroupQ1.end(); ++iter)
{
LLSpatialGroup* group = *iter;