From a285be8d97d5a75fce4a0a9bef9c755b8dc1acc2 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Fri, 13 Oct 2023 17:38:02 -0400 Subject: fill: Fix quad fill (& mask-tags) --- virtual-programs/display/fill.folk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'virtual-programs') diff --git a/virtual-programs/display/fill.folk b/virtual-programs/display/fill.folk index 52039661..ae3626f4 100644 --- a/virtual-programs/display/fill.folk +++ b/virtual-programs/display/fill.folk @@ -16,7 +16,7 @@ When /someone/ wishes to draw a triangle with /...options/ { When /someone/ wishes to draw a quad with /...options/ { dict with options { Wish the GPU draws pipeline "fillTriangle" with arguments \ - [list $p0 $p1 $p2 [getColor $color]] layer $layer + [list $p1 $p2 $p3 [getColor $color]] layer $layer Wish the GPU draws pipeline "fillTriangle" with arguments \ [list $p0 $p1 $p3 [getColor $color]] layer $layer } -- cgit v1.2.3