debug: Fixup feature compilation
This commit is contained in:
parent
6be5009b37
commit
3926aee5b6
3 changed files with 10 additions and 2 deletions
|
|
@ -161,6 +161,7 @@ pub fn fps_ui<'a>(
|
|||
}
|
||||
});
|
||||
}
|
||||
ui.label(egui::RichText::new(format!("VRR: {}", timings.vrr())).code());
|
||||
ui.label(egui::RichText::new(format!("FPS: {:>7.3}", avg_fps)).heading());
|
||||
ui.label("Render Times:");
|
||||
ui.label(egui::RichText::new(format!("avg: {:>7.6}", avg)).code());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue