Browse Source

*** empty log message ***

Mark Mine 24 years ago
parent
commit
f603264d9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/leveleditor/LevelEditor.py

+ 1 - 1
direct/src/leveleditor/LevelEditor.py

@@ -2429,7 +2429,7 @@ class LevelEditor(NodePath, PandaObject):
                     endPoint = edge.getEndPoint()
                     type = endPoint.getPointType()
                     if ((endPoint not in self.visitedPoints) and
-                        (type == DNASuitPoint.STREETPOINT)):
+                        (fReversePath or (type == DNASuitPoint.STREETPOINT))):
                         self.highlightConnectedRec(endPoint,
                                                    fReversePath)