diff --git a/direct/src/level/BasicEntities.py b/direct/src/level/BasicEntities.py index a7563427f4..700d622e54 100755 --- a/direct/src/level/BasicEntities.py +++ b/direct/src/level/BasicEntities.py @@ -36,7 +36,7 @@ class NodePathEntity(Entity.Entity, privNodePathImpl): def destroy(self): Entity.Entity.destroy(self) - privNodePathImpl.initializeEntity(self) + privNodePathImpl.destroy(self) class DistributedNodePathEntity(DistributedEntity.DistributedEntity, privNodePathImpl):