summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
diff options
context:
space:
mode:
authorruslantproductengine <ruslantproductengine@lindenlab.com>2019-01-14 18:58:30 +0200
committerruslantproductengine <ruslantproductengine@lindenlab.com>2019-01-14 18:58:30 +0200
commit4f458882f4f29d441e1ba0ede1ab50aa389b2aaa (patch)
treea0958d1e23ad2502a5ada780eddd74948305d33b /indra/llrender/llgl.cpp
parent2e55e529d48a4dd3f73584728f0b59f6d71585a6 (diff)
- add static const
Diffstat (limited to 'indra/llrender/llgl.cpp')
-rw-r--r--indra/llrender/llgl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 79a50d199a..c0f0cec80b 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -1890,7 +1890,7 @@ void LLGLState::checkClientArrays(const std::string& msg, U32 data_mask)
GL_TEXTURE_COORD_ARRAY
};
- U32 mask[] =
+ static const U32 mask[] =
{ //copied from llvertexbuffer.h
0x0001, //MAP_VERTEX,
0x0002, //MAP_NORMAL,