This commit is contained in:
Anis 2015-01-20 17:02:56 +01:00
parent d08db6cc54
commit f05b1b5cbd

View file

@ -1813,7 +1813,7 @@ void ReflectCubeFeatGLSL::processPix( Vector<ShaderComponent*> &componentList,
else
{
if ( attn )
lerpVal = new GenOp( "saturate( @ ).xxxx", attn );
lerpVal = new GenOp( "vec4( saturate( @ ) ).xxxx", attn );
else
blendOp = Material::Mul;
}