Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jun 15, 2024
1 parent 2a1adb0 commit 8d3bd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/level_instantiation/on_spawn/collider.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::{movement::physics::CollisionLayer, GameState};
use anyhow::Context;
use bevy::{prelude::*, transform::TransformSystem::TransformPropagate};
use bevy::{prelude::*};
use bevy_mod_sysfail::prelude::*;
use bevy_xpbd_3d::prelude::{Collider as XpbdCollider, *};
use oxidized_navigation::NavMeshAffector;
Expand Down

0 comments on commit 8d3bd9b

Please sign in to comment.