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
0cc0bf5e31
commit
3335765559
@ -78,6 +78,7 @@ class Interval(DirectObject):
|
|||||||
self.setT(te)
|
self.setT(te)
|
||||||
return Task.cont
|
return Task.cont
|
||||||
else:
|
else:
|
||||||
|
self.setT(self.playDuration)
|
||||||
return Task.done
|
return Task.done
|
||||||
|
|
||||||
def printParams(self, indent=0):
|
def printParams(self, indent=0):
|
||||||
|
@ -96,7 +96,7 @@ class Track(Interval):
|
|||||||
if (self.ilist[i][0] == interval):
|
if (self.ilist[i][0] == interval):
|
||||||
return (self.__computeDuration(i+1) - interval.getDuration())
|
return (self.__computeDuration(i+1) - interval.getDuration())
|
||||||
Interval.notify.warning(
|
Interval.notify.warning(
|
||||||
'Track.__getIntervalStartTime(): Interval not found')
|
'Track.getIntervalStartTime(): Interval not found')
|
||||||
return 0.0
|
return 0.0
|
||||||
|
|
||||||
def getIntervalEndTime(self, name):
|
def getIntervalEndTime(self, name):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user