actually enable acceleration

main
Zynh Ludwig 2024-09-03 03:38:21 -07:00
parent 92805832f2
commit 8d4b01f1ab
1 changed files with 1 additions and 1 deletions

View File

@ -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(),