mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
adress #16 - don't need to swizzle vert colors
This commit is contained in:
parent
341c7eeee1
commit
6859cbe308
1 changed files with 1 additions and 1 deletions
|
|
@ -1242,7 +1242,7 @@ void DiffuseVertColorFeatureGLSL::processVert( Vector< ShaderComponent* >& comp
|
||||||
outColor->setStructName( "OUT" );
|
outColor->setStructName( "OUT" );
|
||||||
outColor->setType( "vec4" );
|
outColor->setType( "vec4" );
|
||||||
|
|
||||||
output = new GenOp( " @ = @.bgra;\r\n", outColor, inColor );
|
output = new GenOp( " @ = @;\r\n", outColor, inColor );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
output = NULL; // Nothing we need to do.
|
output = NULL; // Nothing we need to do.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue