Merge pull request #818 from Azaezel/alpha40/fixForward

fix computeForwardProbes shadergen gl side
This commit is contained in:
Brian Roberts 2022-06-14 23:18:15 -05:00 committed by GitHub
commit 003ba9f059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3053,7 +3053,7 @@ void ReflectionProbeFeatGLSL::processPix(Vector<ShaderComponent*>& componentList
}
//Reflection vec
String computeForwardProbes = String(" @.rgb = computeForwardProbes(@,@,@,@,@,@,@,@,@,\r\n\t\t");
String computeForwardProbes = String(" @ = computeForwardProbes(@,@,@,@,@,@,@,@,@,\r\n\t\t");
computeForwardProbes += String("@,@,\r\n\t\t");
computeForwardProbes += String("@,@).rgb; \r\n");