Skip to content
Snippets Groups Projects
Commit 0d2ce43c authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-348

Checker: UNINIT_CTOR
Function: LLViewerShaderMgr::LLViewerShaderMgr()
File: /indra/newview/llviewershadermgr.cpp
parent e48e9db7
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,8 @@ LLGLSLShader gLuminanceGatherProgram; ...@@ -135,7 +135,8 @@ LLGLSLShader gLuminanceGatherProgram;
GLint gAvatarMatrixParam; GLint gAvatarMatrixParam;
LLViewerShaderMgr::LLViewerShaderMgr() : LLViewerShaderMgr::LLViewerShaderMgr() :
mVertexShaderLevel(SHADER_COUNT, 0) mVertexShaderLevel(SHADER_COUNT, 0),
mMaxAvatarShaderLevel(0)
{ {
/// Make sure WL Sky is the first program /// Make sure WL Sky is the first program
mShaderList.push_back(&gWLSkyProgram); mShaderList.push_back(&gWLSkyProgram);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment