replace deprecated usage

This commit is contained in:
David Rose 2005-09-30 21:55:49 +00:00
parent 683aa42838
commit a711f19e05

View File

@ -419,7 +419,7 @@ class SelectionQueue(CollisionHandlerQueue):
# And a traverser to do the actual collision tests
self.ct = CollisionTraverser("DirectSelection")
# Let the traverser know about the collision node and the queue
self.ct.addCollider(self.collisionNode, self)
self.ct.addCollider(self.collisionNodePath, self)
# List of objects that can't be selected
self.unpickable = UNPICKABLE
# Derived class must add Collider to complete initialization