diff --git a/direct/src/showbase/DistancePhasedNode.py b/direct/src/showbase/DistancePhasedNode.py index 97ac66a744..840660bc3d 100755 --- a/direct/src/showbase/DistancePhasedNode.py +++ b/direct/src/showbase/DistancePhasedNode.py @@ -141,7 +141,7 @@ class DistancePhasedNode(PhasedObject, DirectObject, NodePath): cSphereNode.addSolid(cSphere) cSphereNodePath = self.attachNewNode(cSphereNode) cSphereNodePath.stash() - cSphereNodePath.show() + # cSphereNodePath.show() # For debugging self._colSpheres.append(cSphereNodePath) self.__enableCollisions(-1)