diff options
| author | Dave Parks <davep@lindenlab.com> | 2010-07-08 15:15:32 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2010-07-08 15:15:32 -0500 |
| commit | 19bb6f489aeac44b622c190ccaf9310af3b53208 (patch) | |
| tree | 6ff58f01cc205193dca68db49b36e770e4100a34 /indra/newview/pipeline.cpp | |
| parent | c80da2248d17bf9355fccd203b51548f983bd8ab (diff) | |
| parent | 3d9413377638886ca2c6616f13be18beac00ebeb (diff) | |
merge
Diffstat (limited to 'indra/newview/pipeline.cpp')
| -rw-r--r-- | indra/newview/pipeline.cpp | 2 |
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; |
