mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
*** empty log message ***
This commit is contained in:
parent
877a2aa548
commit
24353df3ef
@ -17,10 +17,10 @@ class DistributedNodeAI(DistributedObjectAI.DistributedObjectAI, NodePath):
|
||||
self.gridParent = None
|
||||
|
||||
def delete(self):
|
||||
if not self.isEmpty():
|
||||
self.removeNode()
|
||||
if self.gridParent:
|
||||
self.gridParent.delete()
|
||||
if not self.isEmpty():
|
||||
self.removeNode()
|
||||
DistributedObjectAI.DistributedObjectAI.delete(self)
|
||||
|
||||
def setLocation(self, parentId, zoneId):
|
||||
|
Loading…
x
Reference in New Issue
Block a user