This commit is contained in:
David Rose 2006-01-24 21:29:04 +00:00
parent c8e6dc2a89
commit 9fcf83a773

View File

@ -267,7 +267,7 @@ class Actor(DirectObject, NodePath):
Actor.notify.error("no part named: %s" % (partName))
self.__doListJoints(0, bundle.node().getBundle(),
subset.isEmpty(), subset)
subset.isIncludeEmpty(), subset)
def __doListJoints(self, indentLevel, part, isIncluded, subset):
name = part.getName()