mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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 we got to the end of the list, this sequence is done
|
||||||
if (self.index >= len(self.taskList)):
|
if (self.index >= len(self.taskList)):
|
||||||
TaskManager.notify.debug('sequence done, looping: ' + self.name)
|
TaskManager.notify.debug('sequence done, looping: ' + self.name)
|
||||||
|
self.prevIndex = -1
|
||||||
self.index = 0
|
self.index = 0
|
||||||
return cont
|
return cont
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user