2
0
Эх сурвалжийг харах

*** empty log message ***

Mark Mine 24 жил өмнө
parent
commit
f603264d9f

+ 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)