summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpool.cpp
diff options
context:
space:
mode:
authorRunitai Linden <davep@lindenlab.com>2021-10-13 13:49:24 -0500
committerRunitai Linden <davep@lindenlab.com>2021-10-13 13:49:24 -0500
commit6a0b728bd9e75cbee62752033e6460a76e8b0ed6 (patch)
tree7a6bdab0f5687896f3c5495b1f2a903be2f56b38 /indra/newview/lldrawpool.cpp
parent4dedd706ae07c4a1aeedfe9ca0c03b7c905d0b57 (diff)
SL-16166 Optimize LLDrawPoolMaterials::pushBatch
Diffstat (limited to 'indra/newview/lldrawpool.cpp')
-rw-r--r--indra/newview/lldrawpool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpool.cpp b/indra/newview/lldrawpool.cpp
index 75d569ffbb..3e4f97e494 100644
--- a/indra/newview/lldrawpool.cpp
+++ b/indra/newview/lldrawpool.cpp
@@ -491,7 +491,7 @@ void LLRenderPass::pushBatch(LLDrawInfo& params, U32 mask, BOOL texture, BOOL ba
}
else
{
- gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
+ gGL.getTexUnit(0)->unbindFast(LLTexUnit::TT_TEXTURE);
}
}
}