From 388cb505d87c18f5605f7f3be3dcd42cc3640b5e Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Fri, 9 Mar 2001 00:21:48 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/interval/IntervalTest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/interval/IntervalTest.py b/direct/src/interval/IntervalTest.py index 0aedf9e820..bfdb61380f 100644 --- a/direct/src/interval/IntervalTest.py +++ b/direct/src/interval/IntervalTest.py @@ -24,8 +24,8 @@ BOAT_END = boatTrack.getIntervalEndTime('boatpath') # Make the dock lerp up so that it's up when the boat reaches the end of # its mopath dockLerp = LerpPosHprInterval(dock, 5.0, - Point3(0, 0, -5), - hpr = Vec3(0, 0, 0), + pos=Point3(0, 0, -5), + hpr=Vec3(0, 0, 0), name='dock-lerp') # We need the dock's state to be defined before the lerp dockPos = PosHprInterval(dock, dock.getPos(), dock.getHpr(), 1.0, 'dockpos')