Skip to content

Commit 4042240

Browse files
committed
remove import
1 parent fabc214 commit 4042240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bevy_gltf/src/lib.rs

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use bevy_core::Name;
66
use bevy_ecs::{prelude::FromWorld, world::World};
77
use bevy_hierarchy::{BuildWorldChildren, WorldChildBuilder};
88
use bevy_log::warn;
9-
use bevy_math::{Mat4, Quat, Vec3, Vec4};
9+
use bevy_math::{Mat4, Quat, Vec3};
1010
use bevy_pbr::{
1111
AlphaMode, DirectionalLight, DirectionalLightBundle, PbrBundle, PointLight, PointLightBundle,
1212
StandardMaterial,

0 commit comments

Comments
 (0)