|
@@ -250,6 +250,7 @@ class ShipPilot2(PhysicsWalker):
|
|
|
return
|
|
return
|
|
|
assert not avatarNodePath.isEmpty()
|
|
assert not avatarNodePath.isEmpty()
|
|
|
|
|
|
|
|
|
|
+ self.takedownPhysics()
|
|
|
self.nodes = []
|
|
self.nodes = []
|
|
|
self.actorNode = avatarNodePath.node()
|
|
self.actorNode = avatarNodePath.node()
|
|
|
|
|
|
|
@@ -730,7 +731,6 @@ class ShipPilot2(PhysicsWalker):
|
|
|
newVector *= maxLen
|
|
newVector *= maxLen
|
|
|
|
|
|
|
|
|
|
|
|
|
- print "newVector", newVector
|
|
|
|
|
if __debug__:
|
|
if __debug__:
|
|
|
onScreenDebug.add(
|
|
onScreenDebug.add(
|
|
|
"newVector", newVector)
|
|
"newVector", newVector)
|