mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
fix speculars and emissives being disabled
This commit is contained in:
@ -44,7 +44,6 @@ float blueNoise(){
|
||||
|
||||
|
||||
void main() {
|
||||
gl_FragData[0] = vec4(1);
|
||||
gl_FragData[0] = texture2D(tex,texcoord.xy) * color;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user