fixed bug in endZ case

This commit is contained in:
Darren Ranalli 2004-02-19 23:42:41 +00:00
parent b49f3d4b51
commit ca6e9716d8

View File

@ -65,10 +65,11 @@ class ProjectileInterval(Interval):
# position; delay until the interval is actually started
self.trajectoryArgs = args
self.needToCalcTraj = 1
self.duration = duration
else:
self.__calcTrajectory(*args)
Interval.__init__(self, name, duration)
Interval.__init__(self, name, self.duration)
def __calcTrajectory(self, startPos = None,
endPos = None, duration = None,