mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Optimize Lerp. Comment out expensive debug statement.
This commit is contained in:
parent
39064a9262
commit
d988c266c1
@ -650,7 +650,7 @@ class LerpFunctionInterval(Interval.Interval):
|
|||||||
apply(self.function, [data] + self.extraArgs)
|
apply(self.function, [data] + self.extraArgs)
|
||||||
|
|
||||||
# Print debug information
|
# Print debug information
|
||||||
assert self.notify.debug('updateFunc() - %s: t = %f' % (self.name, t))
|
# assert self.notify.debug('updateFunc() - %s: t = %f' % (self.name, t))
|
||||||
|
|
||||||
self.state = CInterval.SStarted
|
self.state = CInterval.SStarted
|
||||||
self.currT = t
|
self.currT = t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user