Browse Source

*** empty log message ***

Joe Shochet 22 years ago
parent
commit
03204e52b6
2 changed files with 1 additions and 1 deletions
  1. 1 0
      direct/src/distributed/DistributedSmoothNode.py
  2. 0 1
      direct/src/task/Task.py

+ 1 - 0
direct/src/distributed/DistributedSmoothNode.py

@@ -335,3 +335,4 @@ class DistributedSmoothNode(DistributedNode.DistributedNode):
             self.reloadPosition()
         else:
             NodePath.wrtReparentTo(self, parent)
+

+ 0 - 1
direct/src/task/Task.py

@@ -386,7 +386,6 @@ class TaskManager:
         index = self.doLaterList.add(task)
         if self.fVerbose:
             # Alert the world, a new task is born!
-            index = len(self.doLaterList)
             messenger.send('TaskManager-spawnDoLater',
                            sentArgs = [task, task.name, task.id])
         return task