mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
typo
This commit is contained in:
parent
c8e6dc2a89
commit
9fcf83a773
@ -267,7 +267,7 @@ class Actor(DirectObject, NodePath):
|
|||||||
Actor.notify.error("no part named: %s" % (partName))
|
Actor.notify.error("no part named: %s" % (partName))
|
||||||
|
|
||||||
self.__doListJoints(0, bundle.node().getBundle(),
|
self.__doListJoints(0, bundle.node().getBundle(),
|
||||||
subset.isEmpty(), subset)
|
subset.isIncludeEmpty(), subset)
|
||||||
|
|
||||||
def __doListJoints(self, indentLevel, part, isIncluded, subset):
|
def __doListJoints(self, indentLevel, part, isIncluded, subset):
|
||||||
name = part.getName()
|
name = part.getName()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user