Browse Source

*** empty log message ***

Mark Mine 25 years ago
parent
commit
2ede0a26c2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/task/Task.py

+ 2 - 2
direct/src/task/Task.py

@@ -126,10 +126,10 @@ def make_sequence(taskList):
     task.index = 0
     task.index = 0
     return task
     return task
 
 
-def resetSequenceOrLoop(task):
+def resetSequence(task):
     # Should this automatically be done as part of spawnTaskNamed?
     # Should this automatically be done as part of spawnTaskNamed?
     # Or should one have to create a new task instance every time
     # Or should one have to create a new task instance every time
-    # one wishes to spawn a task (currently sequences and loops can
+    # one wishes to spawn a task (currently sequences and can
     # only be fired off once
     # only be fired off once
     task.index = 0
     task.index = 0
     task.prevIndex = -1
     task.prevIndex = -1