From fbb2032a97504aa83c1cc8320cbfc50fd265bc69 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 12 Nov 2003 00:15:50 +0000 Subject: [PATCH] fluid intervals --- direct/src/interval/ProjectileInterval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/interval/ProjectileInterval.py b/direct/src/interval/ProjectileInterval.py index 261097f56f..64f224f82c 100755 --- a/direct/src/interval/ProjectileInterval.py +++ b/direct/src/interval/ProjectileInterval.py @@ -172,7 +172,7 @@ class ProjectileInterval(Interval): (.5 * self.zAcc * t * t))) def privStep(self, t): - self.node.setPos(self.__calcPos(t)) + self.node.setFluidPos(self.__calcPos(t)) Interval.privStep(self, t) """