mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-10 00:51:34 +11:00
whitespace
This commit is contained in:
parent
0f3182d5b8
commit
31c4d47872
|
@ -67,7 +67,7 @@ fn main(mut gba: Gba) -> ! {
|
|||
let total_cycles = after_mixing_cycles.wrapping_sub(before_mixing_cycles) as u32;
|
||||
|
||||
let percent = (total_cycles * 100) / 280896;
|
||||
|
||||
|
||||
let mut writer = stats_renderer.writer(1, 0, &mut bg, &mut vram);
|
||||
writeln!(&mut writer, "{total_cycles} cycles").unwrap();
|
||||
writeln!(&mut writer, "{percent} percent").unwrap();
|
||||
|
|
Loading…
Reference in a new issue