From 05bd74a80e04ea61ea18af5f34f4edf54b1df7ac Mon Sep 17 00:00:00 2001 From: David Rose Date: Sun, 30 Oct 2011 20:28:55 +0000 Subject: [PATCH] Parabolaf -> LParabola --- direct/src/interval/ProjectileInterval.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/interval/ProjectileInterval.py b/direct/src/interval/ProjectileInterval.py index e9df37a397..f2c760b1c0 100755 --- a/direct/src/interval/ProjectileInterval.py +++ b/direct/src/interval/ProjectileInterval.py @@ -206,10 +206,10 @@ class ProjectileInterval(Interval): else: self.notify.error('invalid set of inputs to ProjectileInterval') - self.parabola = Parabolaf(VBase3(0, 0, 0.5 * self.zAcc), + self.parabola = LParabola(VBase3(0, 0, 0.5 * self.zAcc), self.startVel, self.startPos) - + if not self.endPos: self.endPos = self.__calcPos(self.duration)