Skip to content

Commit

Permalink
fixed grid lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhan45 committed Apr 11, 2021
1 parent 2d8e916 commit d30c8fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified docs/simple_electronics.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion src/systems/draw_systems.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ impl<'a> System<'a> for DrawGridSys {
// lines
let base_width = 0.5;
let wider_width = 1.5;
let s = 3;

(0..(screen_width() / SNAP).ceil() as usize)
.map(|i| (i, if i % s == 0 { wider_width } else { base_width }))
Expand Down

0 comments on commit d30c8fb

Please sign in to comment.