aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawpoolavatar.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/lldrawpoolavatar.cpp
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
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 67a379d..9df9c11 100644
--- a/linden/indra/newview/lldrawpoolavatar.cpp
+++ b/linden/indra/newview/lldrawpoolavatar.cpp
@@ -45,13 +45,13 @@
45#include "noise.h" 45#include "noise.h"
46#include "pipeline.h" 46#include "pipeline.h"
47#include "llglslshader.h" 47#include "llglslshader.h"
48#include "llappviewer.h"
48 49
49static U32 sDataMask = LLDrawPoolAvatar::VERTEX_DATA_MASK; 50static U32 sDataMask = LLDrawPoolAvatar::VERTEX_DATA_MASK;
50static U32 sBufferUsage = GL_STREAM_DRAW_ARB; 51static U32 sBufferUsage = GL_STREAM_DRAW_ARB;
51static U32 sShaderLevel = 0; 52static U32 sShaderLevel = 0;
52static LLGLSLShader* sVertexProgram = NULL; 53static LLGLSLShader* sVertexProgram = NULL;
53 54
54extern F32 gFrameDTClamped;
55extern BOOL gUseGLPick; 55extern BOOL gUseGLPick;
56 56
57F32 CLOTHING_GRAVITY_EFFECT = 0.7f; 57F32 CLOTHING_GRAVITY_EFFECT = 0.7f;