again, some minor perf improvement, probably be the last
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user