mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
fix to isInDoTables
This commit is contained in:
parent
7bd4d31e8c
commit
3c2665ec2e
@ -308,7 +308,7 @@ class DoCollectionManager:
|
|||||||
print "isInDoTables found " \
|
print "isInDoTables found " \
|
||||||
"%s in parentId:%s zoneId:%s"%(
|
"%s in parentId:%s zoneId:%s"%(
|
||||||
doId, parentId, zoneId)
|
doId, parentId, zoneId)
|
||||||
return inDoHierarchy or (do.doId in self.doId2do)
|
return inDoHierarchy or (doId in self.doId2do)
|
||||||
|
|
||||||
def removeDOFromTables(self, do):
|
def removeDOFromTables(self, do):
|
||||||
assert self.notify.debugStateCall(self)
|
assert self.notify.debugStateCall(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user