fixed entity removal/requestParent editing bug
This commit is contained in:
parent
b52892ac41
commit
5e6dee54df
|
|
@ -338,6 +338,7 @@ class DistributedLevel(DistributedObject.DistributedObject,
|
|||
(child, parent))
|
||||
child.reparentTo(parent.getNodePath())
|
||||
del self.parent2pendingChildren[parentId]
|
||||
self.ignore(self.getEntityCreateEvent(parentId))
|
||||
|
||||
self.accept(self.getEntityCreateEvent(parentId), doReparent)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue