delet ugg

This commit is contained in:
Robin Hübner 2018-09-30 19:08:57 +02:00
parent 8a6bc0ed61
commit aad17f3dcc
1 changed files with 0 additions and 1 deletions

View File

@ -303,7 +303,6 @@ struct PixelBuffer {
void main() {
float v = texture(tex, frag_uv.st).r;
out_col = vec4(v, v, v, 1.0);
// out_col = vec4(1.0, 0.0, 0.0, 1.0);
}
};