From fef4e2196c78e717312c9ee987b5748c065300b1 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Sat, 12 Feb 2011 14:33:40 -0600 Subject: [PATCH] When typos attack! (Things break) --- indra/llrender/llpostprocess.cpp | 4 ++-- indra/newview/llviewershadermgr.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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();