about summary refs log tree commit diff
path: root/generator
diff options
context:
space:
mode:
Diffstat (limited to 'generator')
-rw-r--r--generator/pamtris/triangle.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/generator/pamtris/triangle.c b/generator/pamtris/triangle.c
index d5d249c0..f6a9aef5 100644
--- a/generator/pamtris/triangle.c
+++ b/generator/pamtris/triangle.c
@@ -256,9 +256,7 @@ draw_triangle(Xy                 const xy_input,
             gen_triangle_boundaries(xy_sorted, bi, fbi->width, fbi->height);
 
         if (bi->start_scanline == -1) {
-            /* Triangle completely out of the bounds of the framebuffer. */
-
-            return;
+            /* Triangle is completely out of the bounds of the framebuffer. */
         } else {
             bool no_upper_part = (xy_sorted._[1][1] == xy_sorted._[0][1]);