Skip to content

Commit 041224e

Browse files
author
Rye
committed
Clean up LLAppleVBOPool leak
1 parent 6e94e10 commit 041224e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

indra/llrender/llvertexbuffer.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -787,12 +787,6 @@ void LLVertexBuffer::drawElements(U32 mode, const LLVector4a* pos, const LLVecto
787787

788788
gGL.syncMatrices();
789789

790-
U32 mask = LLVertexBuffer::MAP_VERTEX;
791-
if (tc)
792-
{
793-
mask = mask | LLVertexBuffer::MAP_TEXCOORD0;
794-
}
795-
796790
unbind();
797791

798792
gGL.begin(mode);

0 commit comments

Comments
 (0)