boids: adjust 'USING:' line
parent
a100968f03
commit
5a99526598
|
@ -1,5 +1,5 @@
|
|||
|
||||
USING: combinators.short-circuit kernel namespaces
|
||||
USING: kernel namespaces
|
||||
math
|
||||
math.constants
|
||||
math.functions
|
||||
|
@ -10,6 +10,7 @@ USING: combinators.short-circuit kernel namespaces
|
|||
math.physics.vel
|
||||
combinators arrays sequences random vars
|
||||
combinators.lib
|
||||
combinators.short-circuit
|
||||
accessors ;
|
||||
|
||||
IN: boids
|
||||
|
|
Loading…
Reference in New Issue