diff options
Diffstat (limited to 'indra/llrender/llrender.cpp')
| -rw-r--r-- | indra/llrender/llrender.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llrender/llrender.cpp b/indra/llrender/llrender.cpp index 251c02dd77..5733a18f47 100644 --- a/indra/llrender/llrender.cpp +++ b/indra/llrender/llrender.cpp @@ -1270,7 +1270,7 @@ void LLRender::syncMatrices()  			glh::matrix4f& mat = mMatrix[MM_PROJECTION][mMatIdx[MM_PROJECTION]];              // it would be nice to have this automatically track the state of the proj matrix -            // but certain render paths require it to be mismatched *sigh* +            // but certain render paths (deferred lighting) require it to be mismatched *sigh*              //if (shader->getUniformLocation(LLShaderMgr::INVERSE_PROJECTION_MATRIX))              //{  	        //    glh::matrix4f inv_proj = mat.inverse(); | 
