bugfix: save new generation

This commit is contained in:
Baipyrus 2024-04-14 22:34:16 +02:00
parent 287c65c28e
commit 34d9491421

View File

@ -108,5 +108,6 @@ func draw(callback func([][]Cell)) {
// curr && cout >= 2 && cout <= 3 || !curr && cout == 3
}
}
grid = generation
callback(generation)
}