fixed error due to initial state change
This commit is contained in:
parent
2f1bdba023
commit
ac2a6216b3
@ -32,7 +32,7 @@ class TestRule(Rule):
|
|||||||
|
|
||||||
class MyStatus(CellState):
|
class MyStatus(CellState):
|
||||||
def __init__(self, initial_state):
|
def __init__(self, initial_state):
|
||||||
super().__init__(initial_state)
|
super().__init__([initial_state])
|
||||||
|
|
||||||
def get_state_draw_color(self, iteration):
|
def get_state_draw_color(self, iteration):
|
||||||
red = 0
|
red = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user