Increasing interval between generations to 0.1 sec.
authorSiraaj Khandkar <skhandkar@m5.net>
Mon, 23 Jul 2012 18:11:11 +0000 (14:11 -0400)
committerSiraaj Khandkar <skhandkar@m5.net>
Mon, 23 Jul 2012 18:11:11 +0000 (14:11 -0400)
Apparently gnome-terminal can't keep-up with faster updates... :(

001/src/life_time.erl

index b832043..175321b 100644 (file)
@@ -17,7 +17,7 @@
         ]).
 
 
--define(INTERVAL, 0).  % In milliseconds
+-define(INTERVAL, 100).  % In milliseconds
 
 -define(CHAR_DEAD,   32).  % Space
 -define(CHAR_ALIVE, 111).  % o
This page took 0.02858 seconds and 4 git commands to generate.