Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
skywhale authored and mkovaxx committed Nov 26, 2023
1 parent f66607f commit 2adb122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/src/camera.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use glam::{vec3, Mat3, Mat4, Quat, Vec3};
use glam::{vec3, Mat4, Quat, Vec3};

const MIN_ZOOM_FACTOR: f32 = 0.05;

Expand Down

0 comments on commit 2adb122

Please sign in to comment.