mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
*** empty log message ***
This commit is contained in:
parent
ad614e6672
commit
45f3198794
@ -60,6 +60,11 @@ class Timer:
|
||||
"""
|
||||
self.finalT = t
|
||||
|
||||
def getT(self):
|
||||
""" getT()
|
||||
"""
|
||||
return (self.finalT - self.currT)
|
||||
|
||||
def __timerTask(self, task):
|
||||
t = self.clock.getFrameTime()
|
||||
te = t - self.startT
|
||||
|
Loading…
x
Reference in New Issue
Block a user