mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
commit
be84142502
1 changed files with 1 additions and 1 deletions
|
|
@ -1810,7 +1810,7 @@ void ReflectCubeFeatGLSL::processPix( Vector<ShaderComponent*> &componentList,
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ( attn )
|
if ( attn )
|
||||||
lerpVal = new GenOp( "saturate( @ ).xxxx", attn );
|
lerpVal = new GenOp( "vec4( saturate( @ ) ).xxxx", attn );
|
||||||
else
|
else
|
||||||
blendOp = Material::Mul;
|
blendOp = Material::Mul;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue