@@ -13,7 +13,7 @@ out vec4 outColor;
void main(){
vec4 kit = texture(kitty, TexCoords);
vec4 pup = texture(puppy, TexCoords);
outColor = pup;
outColor = mix(kit, pup, 0.5);
}
/* vim: set ft=glsl: */
The note is not visible to the blocked user.