summaryrefslogtreecommitdiff
path: root/indra/llrender/llvertexbuffer.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2018-06-02 02:18:57 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2018-06-02 02:18:57 +0300
commit1fe32c16fb299c1eb6a47e6860198f07b0c806c4 (patch)
tree04a3c93faa058e547140c9d43d15fb9b1467f2a6 /indra/llrender/llvertexbuffer.h
parent18bb3f6b86b32c4ca22f0466ee175d68969a03fd (diff)
parent9437d1511e2c4b73a58abc823b1ca2a29a8a4d04 (diff)
Merged in lindenlab/viewer-bear
Diffstat (limited to 'indra/llrender/llvertexbuffer.h')
-rw-r--r--indra/llrender/llvertexbuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llvertexbuffer.h b/indra/llrender/llvertexbuffer.h
index bd27296eb6..c89d7e3958 100644
--- a/indra/llrender/llvertexbuffer.h
+++ b/indra/llrender/llvertexbuffer.h
@@ -341,8 +341,8 @@ public:
static bool sDisableVBOMapping; //disable glMapBufferARB
static bool sEnableVBOs;
- static S32 sTypeSize[TYPE_MAX];
- static U32 sGLMode[LLRender::NUM_MODES];
+ static const S32 sTypeSize[TYPE_MAX];
+ static const U32 sGLMode[LLRender::NUM_MODES];
static U32 sGLRenderBuffer;
static U32 sGLRenderArray;
static U32 sGLRenderIndices;