Skip to content

Commit

Permalink
Remove old motor config
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Aug 27, 2024
1 parent bdc4c96 commit b37a9a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/vehicle/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ pub struct Wheel {
pub collider: blade::config::Collider,
}

#[derive(serde::Deserialize)]
pub struct Motor {
pub visual: blade::config::Visual,
pub collider: blade::config::Collider,
}

#[derive(serde::Deserialize)]
pub struct Axle {
/// Side offset for each wheel.
Expand Down

0 comments on commit b37a9a9

Please sign in to comment.