uncomment out code

This commit is contained in:
Corwin 2023-07-04 22:35:12 +01:00
parent 551fbfab4a
commit 636e31aa91
No known key found for this signature in database

View file

@ -89,11 +89,11 @@ fn main(mut gba: agb::Gba) -> ! {
frame += 1;
// agb::println!(
// "Took {} cycles, line done {}",
// 256 * (end.wrapping_sub(start) as u32),
// line_done
// );
agb::println!(
"Took {} cycles, line done {}",
256 * (end.wrapping_sub(start) as u32),
line_done
);
}
}
}