mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
more robust cleanup
This commit is contained in:
parent
5f44cffb55
commit
c834e52eca
@ -83,7 +83,9 @@ class Level:
|
||||
del self.createdEntities
|
||||
if hasattr(self, 'entities'):
|
||||
del self.entities
|
||||
if hasattr(self, 'entId2spec'):
|
||||
del self.entId2spec
|
||||
if hasattr(self, 'spec'):
|
||||
del self.spec
|
||||
|
||||
def createEntityCreator(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user