mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
7f13bfd205
commit
79b50aeabb
@ -32,7 +32,8 @@ class Track(Interval):
|
||||
for i in intervalList:
|
||||
if isinstance(i, Interval):
|
||||
self.ilist.append((i, 0.0, PREVIOUS_END))
|
||||
elif isinstance(i, ListType) or isinstance(i, TupleType):
|
||||
elif (isinstance(i, types.ListType) or
|
||||
isinstance(i, types.TupleType)):
|
||||
t0 = i[0]
|
||||
ival = i[1]
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user