mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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)
|
||||
|
||||
# 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.currT = t
|
||||
|
Loading…
x
Reference in New Issue
Block a user