Printing X and Y in the status bar.
[cellular-automata.git] / 001 / src / life.erl
index e40d841..2c0f3d3 100644 (file)
@@ -28,7 +28,7 @@ start(_StartType, _StartArgs) ->
     {ok, X} = application:get_env(?MODULE, x),
     {ok, Y} = application:get_env(?MODULE, y),
     CellData = cell_data(X, Y),
-    life_god:start_link(X, CellData).
+    life_god:start_link(X, Y, CellData).
 
 
 stop(_State) ->
This page took 0.045271 seconds and 4 git commands to generate.