Set interval back to 0.1 sec.
[cellular-automata.git] / 001 / src / life_time.erl
index 1b639a7..6827d29 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.041197 seconds and 4 git commands to generate.