really finalize personenstromsimulation

This commit is contained in:
Sandro Zimmermann 2025-12-18 16:35:44 +01:00
parent 4999ed0096
commit 2f35c726d3

View File

@ -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]