Revert the nonessential part of r10033 to restore sanity to trampolines

trunk
Melanie Thielker 2009-07-16 19:09:03 +00:00
parent b79e23dc5c
commit 01446074b1
1 changed files with 6 additions and 4 deletions

View File

@ -825,10 +825,12 @@ namespace OpenSim.Region.Physics.OdePlugin
m_pidControllerActive = false; m_pidControllerActive = false;
force *= 100f; force *= 100f;
doForce(force); doForce(force);
m_log.Debug("Push!"); // If uncommented, things get pushed off world
_target_velocity.X += force.X; //
_target_velocity.Y += force.Y; // m_log.Debug("Push!");
_target_velocity.Z += force.Z; // _target_velocity.X += force.X;
// _target_velocity.Y += force.Y;
// _target_velocity.Z += force.Z;
} }
else else
{ {