diff options
Diffstat (limited to 'linden/indra/newview/lldrawpoolavatar.cpp')
-rw-r--r-- | linden/indra/newview/lldrawpoolavatar.cpp | 2 |
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 | ||
49 | static U32 sDataMask = LLDrawPoolAvatar::VERTEX_DATA_MASK; | 50 | static U32 sDataMask = LLDrawPoolAvatar::VERTEX_DATA_MASK; |
50 | static U32 sBufferUsage = GL_STREAM_DRAW_ARB; | 51 | static U32 sBufferUsage = GL_STREAM_DRAW_ARB; |
51 | static U32 sShaderLevel = 0; | 52 | static U32 sShaderLevel = 0; |
52 | static LLGLSLShader* sVertexProgram = NULL; | 53 | static LLGLSLShader* sVertexProgram = NULL; |
53 | 54 | ||
54 | extern F32 gFrameDTClamped; | ||
55 | extern BOOL gUseGLPick; | 55 | extern BOOL gUseGLPick; |
56 | 56 | ||
57 | F32 CLOTHING_GRAVITY_EFFECT = 0.7f; | 57 | F32 CLOTHING_GRAVITY_EFFECT = 0.7f; |