mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
fixed call to renamed func
This commit is contained in:
parent
78a41f53bc
commit
e08fae4ad8
@ -55,7 +55,7 @@ class DistributedLevelAI(DistributedObjectAI.DistributedObjectAI,
|
||||
def delete(self):
|
||||
self.notify.debug('delete')
|
||||
if __debug__:
|
||||
self.removeBackupTask()
|
||||
self.removeAutosaveTask()
|
||||
self.destroyLevel()
|
||||
DistributedObjectAI.DistributedObjectAI.delete(self)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user