buildgraph: fix connecting stairs

This commit is contained in:
Laura Klünder 2016-12-18 14:55:56 +01:00
parent 1e5923dbb8
commit 1a8b711c62

View file

@ -58,7 +58,7 @@ class GraphArea():
break
if not valid:
break
continue
# escalator checker
angle = coord_angle(point1.xy, point2.xy)