mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
- Fixed task.time not being available on init
This commit is contained in:
parent
1b058da878
commit
83e903d269
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user