really finalize personenstromsimulation
This commit is contained in:
parent
4999ed0096
commit
2f35c726d3
@ -75,7 +75,6 @@ def update(old, new):
|
||||
if move_to != None:
|
||||
new[move_to["x"], move_to["y"]] = CELL_PED
|
||||
old[move_to["x"], move_to["y"]] = CELL_OBS
|
||||
old[x,y] = CELL_OBS
|
||||
else:
|
||||
new[x,y] = old[x,y]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user