Skip to content
Snippets Groups Projects
Commit c2b8a390 authored by hagrid67's avatar hagrid67
Browse files

add "check_this_cell" flag in call to

cell_neighbours_valid
parent 7637ca18
No related branches found
No related tags found
No related merge requests found
...@@ -524,7 +524,7 @@ class RenderTool(object): ...@@ -524,7 +524,7 @@ class RenderTool(object):
# cell transition values # cell transition values
oCell = env.rail.get_transitions((r, c)) oCell = env.rail.get_transitions((r, c))
bCellValid = env.rail.cell_neighbours_valid((r, c)) bCellValid = env.rail.cell_neighbours_valid((r, c), check_this_cell=True)
# Special Case 7, with a single bit; terminate at center # Special Case 7, with a single bit; terminate at center
nbits = 0 nbits = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment