Quellcode durchsuchen

fix bug in merge - need to use outgoingColor here.

Ben Houston vor 10 Jahren
Ursprung
Commit
8019d61f78
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/renderers/shaders/ShaderChunk/linear_to_gamma_fragment.glsl

+ 1 - 1
src/renderers/shaders/ShaderChunk/linear_to_gamma_fragment.glsl

@@ -1 +1 @@
-	gl_FragColor.xyz = linearToOutput( gl_FragColor.xyz );
+	outgoingLight.xyz = linearToOutput( outgoingLight.xyz );