Skip to content

Commit

Permalink
Added a disableFence() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 7, 2001
1 parent 7876b6b commit 58dec2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions last/toby/programs/triangleWeb.toby
Expand Up @@ -4,6 +4,7 @@ function main() returns nothing
top = getTurtleSpaceHeight()
endif

disableFence()
setPenColor(8)
spiderWeb(top, top * 0.03, top * 0.15)
endfunction
Expand Down Expand Up @@ -41,3 +42,4 @@ function isosceles(number size) returns nothing
endfunction



0 comments on commit 58dec2d

Please sign in to comment.