diff --git a/indra/llrender/llpostprocess.cpp b/indra/llrender/llpostprocess.cpp index be3bbb739..8adbf419f 100644 --- a/indra/llrender/llpostprocess.cpp +++ b/indra/llrender/llpostprocess.cpp @@ -383,7 +383,7 @@ void LLPostProcess::applyGaussBlurShader(void) LLGLDepthTest depth(GL_FALSE); gGL.setSceneBlendType(LLRender::BT_REPLACE); glUniform1iARB(gaussBlurUniforms["RenderTexture"], 0); - GLint horiz_pass = gaussBlurUniforms["hoizontalPass"]; + GLint horiz_pass = gaussBlurUniforms["horizontalPass"]; for(int i = 0;i shaderUniforms; shaderUniforms.reserve(2); shaderUniforms.push_back("RenderTexture"); - shaderUniforms.push_back("hoizontalPass"); + shaderUniforms.push_back("horizontalPass"); gPostGaussianBlurProgram.mName = "Gaussian Blur Shader (Post)"; gPostGaussianBlurProgram.mShaderFiles.clear();