Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
skywhale authored and bschwind committed Nov 5, 2023
1 parent 2015c0f commit 4a9c71e
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 4a9c71e

Please sign in to comment.