Fix crash when drawing a favorite highway

This commit is contained in:
Quincy Morgan
2019-02-27 11:44:47 -05:00
parent 1c1c3b2823
commit af5012107f
+1
View File
@@ -145,6 +145,7 @@ export function validationAlmostJunction() {
var validation = function(endHighway, context) {
if (!isHighway(endHighway)) return [];
if (endHighway.isDegenerate()) return [];
var graph = context.graph();
var tree = context.history().tree();