Fix: Put the cohesion function back in

This commit is contained in:
2024-07-10 10:59:18 -05:00
parent 13cacb558e
commit a0323af081

View File

@@ -27,7 +27,7 @@ impl Plugin for BoidsPlugin {
apply_velocity, apply_velocity,
turn_if_edge, turn_if_edge,
check_keyboard, check_keyboard,
// cohesion, cohesion,
separation, separation,
)); ));
} }