mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
fix assertion failure
This commit is contained in:
parent
8a168bfa2e
commit
680ce82d3f
@ -91,7 +91,6 @@
|
||||
oldTasks = taskMgr.getTasksNamed(taskName)
|
||||
for task in oldTasks:
|
||||
if hasattr(task, "interval"):
|
||||
task.interval.privInterrupt()
|
||||
taskMgr.remove(task)
|
||||
|
||||
def __playTask(self, task):
|
||||
|
Loading…
x
Reference in New Issue
Block a user