mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
*** empty log message ***
This commit is contained in:
parent
e8c40baf1f
commit
3ef1be2f83
@ -127,6 +127,7 @@ def make_loop(taskList):
|
||||
# If we got to the end of the list, this sequence is done
|
||||
if (self.index >= len(self.taskList)):
|
||||
TaskManager.notify.debug('sequence done, looping: ' + self.name)
|
||||
self.prevIndex = -1
|
||||
self.index = 0
|
||||
return cont
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user