Skip to content

Commit e8e05c4

Browse files
committed
remove import
1 parent 9cf96f5 commit e8e05c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bevy_gltf/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use bevy_ecs::{prelude::Component, reflect::ReflectComponent};
2-
use bevy_math::{Quat, Vec3, Vec4};
2+
use bevy_math::{Quat, Vec3};
33
use bevy_utils::HashMap;
44

55
mod loader;

crates/bevy_gltf/src/loader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use bevy_asset::{
55
use bevy_core::Name;
66
use bevy_ecs::world::World;
77
use bevy_log::warn;
8-
use bevy_math::{Mat4, Quat, Vec3, Vec4};
8+
use bevy_math::{Mat4, Quat, Vec3};
99
use bevy_pbr::{
1010
AlphaMode, DirectionalLight, DirectionalLightBundle, PbrBundle, PointLight, PointLightBundle,
1111
StandardMaterial,

0 commit comments

Comments
 (0)