aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawpoolavatar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lldrawpoolavatar.cpp')
-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;