fixed error due to initial state change

This commit is contained in:
Richard Feistenauer 2019-01-31 16:17:35 +01:00
parent 2f1bdba023
commit ac2a6216b3

View File

@ -32,7 +32,7 @@ class TestRule(Rule):
class MyStatus(CellState):
def __init__(self, initial_state):
super().__init__(initial_state)
super().__init__([initial_state])
def get_state_draw_color(self, iteration):
red = 0