commenting out

This commit is contained in:
Sam Gateau 2015-06-22 20:00:06 +02:00
parent ca652730b5
commit 6444bcab1b

View file

@ -18,5 +18,4 @@ varying vec2 varTexcoord;
void main(void) {
gl_FragColor = texture2D(colorMap, varTexcoord);
// gl_FragColor = vec4(varTexcoord, 0.0, 1.0);
}