again, some minor perf improvement, probably be the last

This commit is contained in:
Mwa
2026-03-21 00:08:45 +01:00
parent af111c5992
commit c6b58dbc21
3 changed files with 41 additions and 32 deletions

View File

@@ -300,6 +300,8 @@ fn main() -> Result<(), Error> {
loop {
simulation.step(64);
}
//ugly debug code, I should improve that using a real TUI crate
#[cfg(feature = "debug")]
{
let mut input = std::io::stdin().lines();