2
0
Эх сурвалжийг харах

Remove code that was added by accident

Panagiotis Christopoulos Charitos 7 жил өмнө
parent
commit
2f477e920c

+ 2 - 3
programs/FinalComposite.ankiprog

@@ -86,10 +86,9 @@ void main()
 	out_color += blueNoise / 255.0;
 #endif
 
-#if 1
+#if 0
 	{
-		//out_color = vec3(textureLod(u_isRt, uv, 0.0).rgb);
-		out_color -= vec3(0.25);
+		out_color = vec3(textureLod(u_isRt, uv, 0.0).rgb);
 	}
 #endif