mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
fix composite3 varying error.
This commit is contained in:
@ -92,7 +92,7 @@ void main() {
|
||||
/* DRAWBUFFERS:4 */
|
||||
|
||||
gl_FragData[0] = vec4(0.0);
|
||||
float mixhistory = 0.07;
|
||||
float mixhistory = 0.06;
|
||||
|
||||
#ifdef OVERWORLD_SHADER
|
||||
///////////////////////////////
|
||||
|
Reference in New Issue
Block a user