Skip to content

Commit

Permalink
Merge pull request #117 from FolkComputer/nm/points-at-warp
Browse files Browse the repository at this point in the history
Small hack to allow pointer warping to work
  • Loading branch information
cwervo authored Nov 21, 2023
2 parents e14e513 + 151867f commit dc144ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions virtual-programs/points-at.folk
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
When when /rect/ points /direction/ with length /l/ at /someone/ /lambda/ with environment /e/ {
if {[string match "/*" $rect]} { return }
Wish $rect points $direction with length $l
}

When when /rect/ points /direction/ at /someone/ /lambda/ with environment /e/ {
if {[string match "/*" $rect]} { return }
Wish $rect points $direction with length 1
}

Expand Down

0 comments on commit dc144ee

Please sign in to comment.