From aad17f3dcc9abf3c23e828a118dd5abcb5e0fe2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20H=C3=BCbner?= Date: Sun, 30 Sep 2018 19:08:57 +0200 Subject: [PATCH] delet ugg --- source/app.d | 1 - 1 file changed, 1 deletion(-) diff --git a/source/app.d b/source/app.d index 3fa1d07..1253f48 100644 --- a/source/app.d +++ b/source/app.d @@ -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); } };