debug: Get rid of some left over println
This commit is contained in:
parent
ec7fd17b8f
commit
541f53e418
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ pub fn fps_ui(
|
|||
fps.min_time_to_display().as_secs_f64(),
|
||||
);
|
||||
|
||||
let amount = dbg!(avg_fps.round() as usize * 2);
|
||||
let amount = avg_fps.round() as usize * 2;
|
||||
let ((bars_elements, bars_render), (bars_screencopy, bars_displayed)): (
|
||||
(Vec<Bar>, Vec<Bar>),
|
||||
(Vec<Bar>, Vec<Bar>),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue