From 09e5e3913ca68503fe7ef08c863933c81d510d69 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Fri, 15 Jun 2001 01:12:58 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/task/Task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/task/Task.py b/direct/src/task/Task.py index d2a822d068..2ac9a5410c 100644 --- a/direct/src/task/Task.py +++ b/direct/src/task/Task.py @@ -525,6 +525,7 @@ class TaskManager: task.avgDt = 0 task.maxDt = 0 task.runningTotal = 0 + task.setStartTimeFrame(self.currentTime, self.currentFrame) def popupControls(self): from TaskManagerPanel import *