summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2023-10-13 21:38:02 +0000
committerOmar Rizwan <omar@omar.website>2023-10-13 21:38:02 +0000
commita285be8d97d5a75fce4a0a9bef9c755b8dc1acc2 (patch)
tree74854b30a561cfe429c6eaef516bf1076dff2d08 /virtual-programs
parentdisplay,mask-tags,fill: Add layer support (diff)
downloadfolk-a285be8d97d5a75fce4a0a9bef9c755b8dc1acc2.tar.gz
folk-a285be8d97d5a75fce4a0a9bef9c755b8dc1acc2.zip
fill: Fix quad fill (& mask-tags)
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/display/fill.folk2
1 files changed, 1 insertions, 1 deletions
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
}