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
bba931eafb
commit
6bdce752d7
@ -24,9 +24,7 @@ class LerpInterval(Interval):
|
||||
self.lerp = Lerp.Lerp(self.functorFunc(), self.duration,
|
||||
self.blendType)
|
||||
# Make sure lerp exists
|
||||
try:
|
||||
self.lerp
|
||||
except AttributeError:
|
||||
if (not self.lerp):
|
||||
self.lerp = Lerp.Lerp(self.functorFunc(), self.duration,
|
||||
self.blendType)
|
||||
# Evaluate the lerp
|
||||
|
Loading…
x
Reference in New Issue
Block a user