crashfix from prior commit

This commit is contained in:
Azaezel 2018-03-14 18:44:51 -05:00
parent 1bd398a959
commit 7af02efe29

View file

@ -1116,7 +1116,7 @@ void DiffuseFeatureHLSL::processPix( Vector<ShaderComponent*> &componentList,
col->setType("fragout");
col->setName(getOutputTargetVarName(targ));
col->setStructName("OUT");
meta->addStatement(new GenOp(" @ = float4(1.0);\r\n", col));
meta->addStatement(new GenOp(" @ = float4(1.0,1.0,1.0,1.0);\r\n", col));
}
}