Skip to content

Commit

Permalink
Warning police
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwalton committed Feb 8, 2024
1 parent 9092e54 commit 13e46d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_animation/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use bevy_core::Name;
use bevy_ecs::entity::MapEntities;
use bevy_ecs::prelude::*;
use bevy_ecs::reflect::ReflectMapEntities;
use bevy_log::{error, warn};
use bevy_log::error;
use bevy_math::{FloatExt, Quat, Vec3};
use bevy_reflect::Reflect;
use bevy_render::mesh::morph::MorphWeights;
Expand Down

0 comments on commit 13e46d7

Please sign in to comment.