diff options
| author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2014-09-10 21:08:08 +0300 | 
|---|---|---|
| committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2014-09-10 21:08:08 +0300 | 
| commit | d47efdfe03095d2b33fe8a1e6c3adccd25dfdc8b (patch) | |
| tree | 2f4771f704fa9c7e6c1a0d7ef7434eddbb9259d3 /indra/llrender | |
| parent | 87a2cccb3ea7da76c8c8fd508b79b7da3b5c6504 (diff) | |
MAINT-3964 FIXED Textures with Alpha won't Animate on Rigged Mesh when worn : fix in shader (mul texcoord to tex matrix), array's optimization
Diffstat (limited to 'indra/llrender')
| -rwxr-xr-x | 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 388d3a4f1a..0af402efea 100755 --- a/indra/llrender/llrender.cpp +++ b/indra/llrender/llrender.cpp @@ -1168,7 +1168,7 @@ void LLRender::syncMatrices()  {  	stop_glerror(); -	U32 name[] =  +	static const U32 name[] =   	{  		LLShaderMgr::MODELVIEW_MATRIX,  		LLShaderMgr::PROJECTION_MATRIX, | 
