GLSL: Fix #1247. Remove extraneous *= matrix test.
This commit is contained in:
@@ -47,4 +47,5 @@ void main()
|
||||
FragColor *= inv4;
|
||||
|
||||
FragColor = vec4(FragColor * matrixCompMult(un34, un34), FragColor.w);
|
||||
m34 *= colorTransform;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user