aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawpoolavatar.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lldrawpoolavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lldrawpoolavatar.cpp b/linden/indra/newview/lldrawpoolavatar.cpp
index 946c439..97ff072 100644
--- a/linden/indra/newview/lldrawpoolavatar.cpp
+++ b/linden/indra/newview/lldrawpoolavatar.cpp
@@ -664,7 +664,7 @@ LLColor3 LLDrawPoolAvatar::getDebugColor() const
664LLVertexBufferAvatar::LLVertexBufferAvatar() 664LLVertexBufferAvatar::LLVertexBufferAvatar()
665: LLVertexBuffer(sDataMask, 665: LLVertexBuffer(sDataMask,
666 LLViewerShaderMgr::instance()->getVertexShaderLevel(LLViewerShaderMgr::SHADER_AVATAR) > 0 ? 666 LLViewerShaderMgr::instance()->getVertexShaderLevel(LLViewerShaderMgr::SHADER_AVATAR) > 0 ?
667 GL_STATIC_DRAW_ARB : 667 GL_DYNAMIC_DRAW_ARB :
668 GL_STREAM_DRAW_ARB) 668 GL_STREAM_DRAW_ARB)
669{ 669{
670 670