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
c13b89fe87
commit
a5bfa23fb7
@ -195,8 +195,6 @@ class Track(Interval):
|
||||
event = IVAL_INIT
|
||||
# Evaluate interval at interval relative time
|
||||
currentInterval.setT(t - tStart, event)
|
||||
# Done checking intervals
|
||||
break
|
||||
elif (t > tEnd):
|
||||
# Crossing over interval end
|
||||
if (((event == IVAL_NONE) and (self.prev_t < tEnd)) or
|
||||
|
Loading…
x
Reference in New Issue
Block a user