Skip to content
Snippets Groups Projects
Commit b8b0886f authored by David Parks's avatar David Parks
Browse files

SH-2507 Fix for linux build

parent 872567c0
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ using std::string; ...@@ -51,7 +51,7 @@ using std::string;
GLhandleARB LLGLSLShader::sCurBoundShader = 0; GLhandleARB LLGLSLShader::sCurBoundShader = 0;
LLGLSLShader* LLGLSLShader::sCurBoundShaderPtr = NULL; LLGLSLShader* LLGLSLShader::sCurBoundShaderPtr = NULL;
S32 LLGLSLShader::sIndexedTextureChannels = NULL; S32 LLGLSLShader::sIndexedTextureChannels = 0;
bool LLGLSLShader::sNoFixedFunction = false; bool LLGLSLShader::sNoFixedFunction = false;
//UI shader -- declared here so llui_libtest will link properly //UI shader -- declared here so llui_libtest will link properly
......
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