Skip to content

Commit

Permalink
Commented out randomness
Browse files Browse the repository at this point in the history
  • Loading branch information
Smart6502 committed Jun 16, 2021
1 parent 9f423eb commit bf34893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tgol.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ int main()

signal(SIGINT, cleanup);

for (int i = 0; i < _pluto_canvas.cwidth * _pluto_canvas.cheight; i++) {
if (!(rand() % 64)) m_state[i] = 1;
}
//for (int i = 0; i < _pluto_canvas.cwidth * _pluto_canvas.cheight; i++) {
// if (!(rand() % 64)) m_state[i] = 1;
//}

while (1)
{
Expand Down

0 comments on commit bf34893

Please sign in to comment.