gpu.demos.bunny: use while* instead of each-morsel

master
Doug Coleman 2020-01-05 13:42:31 -06:00
parent f9c90583d0
commit 86a35088de
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ UNIFORM-TUPLE: loading-uniforms
V{ } clone swap (read-line-tokens) ;
: each-line-tokens ( quot -- )
input-stream get [ stream-read-line-tokens ] curry each-morsel ; inline
[ input-stream get [ stream-read-line-tokens ] curry ] dip while* ; inline
: (parse-bunny-model) ( vs is -- vs is )
[