Skip to content

Commit

Permalink
Merge pull request #3 from gursi26/ui
Browse files Browse the repository at this point in the history
UI
  • Loading branch information
gursi26 committed Mar 8, 2024
2 parents 9850c46 + 57103af commit 99891cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fftviz"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Gursimar Singh <gursi26.dev@gmail.com>"]
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion src/systems/update_view_settings.rs
Expand Up @@ -67,7 +67,6 @@ pub fn update_view_settings (

// Update border size
if differencing_args.border_size != args.border_size {
dbg!("Update occured");
let w = window.single_mut().width();
let bar_size = ((w as f32 / (app_state.curr_bars.len() / 2) as f32) - args.border_size as f32) / 2.0;

Expand Down

0 comments on commit 99891cc

Please sign in to comment.