Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCrumpLeys committed Jul 22, 2024
1 parent 2eaa6d0 commit 5e95d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/combat.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![allow(clippy::type_complexity)]

use bevy_ecs::query::{QueryData, WorldQuery};
use bevy_ecs::query::QueryData;
use rand::Rng;
use valence::entity::EntityStatuses;
use valence::math::Vec3Swizzles;
Expand Down

0 comments on commit 5e95d46

Please sign in to comment.