diff --git a/direct/src/task/Task.py b/direct/src/task/Task.py index 2d3f8db5d3..23cf26e7fe 100644 --- a/direct/src/task/Task.py +++ b/direct/src/task/Task.py @@ -92,6 +92,7 @@ class Task: self.wakeTime = 0.0 # for repeating doLaters self.delayTime = 0.0 + self.time = 0.0 # # Used for putting into the doLaterList # # the heapq calls __cmp__ via the rich compare function