summaryrefslogtreecommitdiff
path: root/src/core/rasterizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/rasterizer.c')
-rw-r--r--src/core/rasterizer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/rasterizer.c b/src/core/rasterizer.c
index aad29e9..4f23f52 100644
--- a/src/core/rasterizer.c
+++ b/src/core/rasterizer.c
@@ -156,7 +156,6 @@ void ssrR_triangle( Vec4* CA, Vec4* CB, Vec4* CC, Vert* A, Vert* B, Vert* C, Pro
if(program->fragmentshader(uniforms, &ssr_frag_in, &color)) { \
/*MSAA*/ \
if(multi_sample) { \
- \
} \
/*blend*/ \
if(blend) { \