Skip to content

Commit 413129d

Browse files
committed
Fix unused import
1 parent 78fef4c commit 413129d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/render/cam.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use crate::math::{
77
Angle, orient_z, rotate_x, rotate_y, rotate_z, spherical, turns,
88
};
99
use crate::math::{
10-
Lerp, Mat3, Mat4, Point3, ProjMat3, SphericalVec, Vary, Vec3, orthographic,
10+
Lerp, Mat4, Point3, ProjMat3, SphericalVec, Vary, Vec3, orthographic,
1111
perspective, pt2, translate, viewport,
1212
};
1313
use crate::util::{Dims, rect::Rect};

0 commit comments

Comments
 (0)