Update bunny

db4
Slava Pestov 2008-01-31 01:16:02 -06:00
parent 0a5f90d5da
commit d08919199c
1 changed files with 1 additions and 1 deletions

2
extra/bunny/bunny.factor Normal file → Executable file
View File

@ -53,7 +53,7 @@ IN: bunny
model-path resource-path dup exists? [
"Downloading bunny from " write
model-url dup print flush
over download
over download-to
] unless ;
: draw-triangle ( ns vs triple -- )