remove a redundant head from parse-bunny-model
parent
943bde59f9
commit
34027e46b6
|
@ -89,7 +89,7 @@ UNIFORM-TUPLE: loading-uniforms
|
||||||
: (parse-bunny-model) ( vs is -- vs is )
|
: (parse-bunny-model) ( vs is -- vs is )
|
||||||
[
|
[
|
||||||
numbers {
|
numbers {
|
||||||
{ [ dup length 5 = ] [ 3 head <bunny-vertex> pick push ] }
|
{ [ dup length 5 = ] [ <bunny-vertex> pick push ] }
|
||||||
{ [ dup first 3 = ] [ rest over push-all ] }
|
{ [ dup first 3 = ] [ rest over push-all ] }
|
||||||
[ drop ]
|
[ drop ]
|
||||||
} cond
|
} cond
|
||||||
|
|
Loading…
Reference in New Issue