mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
fix #1117
This commit is contained in:
parent
d08db6cc54
commit
f05b1b5cbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue