diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2018-01-30 17:07:27 +0200 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2018-01-30 17:07:27 +0200 |
commit | 0f690ab4dae4c2888ace57362497752592d6fc77 (patch) | |
tree | 33b29d12693aede6ad2be1cf077bce51ebfb0031 /indra/llrender/llvertexbuffer.h | |
parent | 55990724a37620f6a6835d14db4348166ea22848 (diff) |
Add const
Diffstat (limited to 'indra/llrender/llvertexbuffer.h')
-rw-r--r-- | indra/llrender/llvertexbuffer.h | 4 |
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; |