Darren Ranalli 22 years ago
parent
commit
0865d3a80b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/level/BasicEntities.py

+ 1 - 1
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):