mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
Parabolaf -> LParabola
This commit is contained in:
parent
868047e65d
commit
05bd74a80e
@ -206,7 +206,7 @@ class ProjectileInterval(Interval):
|
|||||||
else:
|
else:
|
||||||
self.notify.error('invalid set of inputs to ProjectileInterval')
|
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.startVel,
|
||||||
self.startPos)
|
self.startPos)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user