Skip to content

Commit

Permalink
fix: remove avoidance field from boid properties as it was accidental…
Browse files Browse the repository at this point in the history
…ly included
  • Loading branch information
yusdacra committed Dec 6, 2024
1 parent c5f470e commit b30b0ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rust/src/boid/boid_properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,4 @@ pub struct BoidProperties {
#[init(val = 0.8)]
/// How much to follow a flock target (if there is one).
pub targeting: f32,
#[export]
#[init(val = 1.0)]
/// How much to avoid avoidance objects (if there are any).
pub avoidance: f32,
}

0 comments on commit b30b0ef

Please sign in to comment.