From 1a8b711c62ed3d303218c72c71d923d81e7929e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Sun, 18 Dec 2016 14:55:56 +0100 Subject: [PATCH] buildgraph: fix connecting stairs --- src/c3nav/routing/area.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c3nav/routing/area.py b/src/c3nav/routing/area.py index 5245fa04..045dd222 100644 --- a/src/c3nav/routing/area.py +++ b/src/c3nav/routing/area.py @@ -58,7 +58,7 @@ class GraphArea(): break if not valid: - break + continue # escalator checker angle = coord_angle(point1.xy, point2.xy)