diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-09-20 00:54:37 -0500 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-09-20 00:54:37 -0500 | 
| commit | 9ea41c8094695365bc7ea10165ffd54cda204e88 (patch) | |
| tree | e5a02d1c64b70181516d936da07a75fc9caefc7d /indra/llrender | |
| parent | 2ead1691317e9bf32e996fa1f6a70f6a2a9ced02 (diff) | |
SH-2243 No deprecated calls for the whole session.
Diffstat (limited to 'indra/llrender')
| -rw-r--r-- | indra/llrender/llglslshader.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/llrender/llglslshader.cpp b/indra/llrender/llglslshader.cpp index 2488e4c539..0dcf563491 100644 --- a/indra/llrender/llglslshader.cpp +++ b/indra/llrender/llglslshader.cpp @@ -1000,6 +1000,7 @@ void LLGLSLShader::vertexAttrib4fv(U32 index, GLfloat* v)  void LLGLSLShader::setAlphaRange(F32 minimum, F32 maximum)  { +	gGL.flush();  	uniform1f("minimum_alpha", minimum);  	uniform1f("maximum_alpha", maximum);  } | 
