Skip to content

Commit

Permalink
slower, you space!
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Nov 15, 2024
1 parent 87ce3f5 commit bf40e4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ use crate::{
};

mod dual_meter;
const ZOOM_SMOOTH_POLE: f32 = 0.91;

const ZOOM_SMOOTH_POLE: f32 = 0.915;

#[derive(Lens, Clone)]
pub struct Data {
Expand Down

0 comments on commit bf40e4c

Please sign in to comment.