summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpool.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-10-27 12:07:02 -0700
committerJames Cook <james@lindenlab.com>2009-10-27 12:07:02 -0700
commitb93c4d6bd69b7ddb7348cd54b2f88c4150f9e852 (patch)
tree12b91fb51feb977e69d2cdfecf09ccdfc8d52615 /indra/newview/lldrawpool.cpp
parenta1981aeec5653109d7399b87c8c8bc4162b2762c (diff)
parentb403745bfe8750255dbcf9a3640ac111aa38f2f2 (diff)
merge
Diffstat (limited to 'indra/newview/lldrawpool.cpp')
-rw-r--r--indra/newview/lldrawpool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldrawpool.cpp b/indra/newview/lldrawpool.cpp
index 976f02eeb7..d8c34581d5 100644
--- a/indra/newview/lldrawpool.cpp
+++ b/indra/newview/lldrawpool.cpp
@@ -442,6 +442,7 @@ void LLRenderPass::renderTexture(U32 type, U32 mask)
void LLRenderPass::pushBatches(U32 type, U32 mask, BOOL texture)
{
+ llpushcallstacks ;
for (LLCullResult::drawinfo_list_t::iterator i = gPipeline.beginRenderMap(type); i != gPipeline.endRenderMap(type); ++i)
{
LLDrawInfo* pparams = *i;