actually enable acceleration
This commit is contained in:
parent
92805832f2
commit
8d4b01f1ab
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ fn main() {
|
||||||
Update,
|
Update,
|
||||||
(
|
(
|
||||||
(seperation, cohesion, alignment),
|
(seperation, cohesion, alignment),
|
||||||
move_boids,
|
(accelerate, move_boids).chain(),
|
||||||
boundary::boid_border_teleport,
|
boundary::boid_border_teleport,
|
||||||
)
|
)
|
||||||
.chain(),
|
.chain(),
|
||||||
|
|
Loading…
Reference in a new issue