mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Revert the nonessential part of r10033 to restore sanity to trampolines
This commit is contained in:
@@ -825,10 +825,12 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
m_pidControllerActive = false;
|
||||
force *= 100f;
|
||||
doForce(force);
|
||||
m_log.Debug("Push!");
|
||||
_target_velocity.X += force.X;
|
||||
_target_velocity.Y += force.Y;
|
||||
_target_velocity.Z += force.Z;
|
||||
// If uncommented, things get pushed off world
|
||||
//
|
||||
// m_log.Debug("Push!");
|
||||
// _target_velocity.X += force.X;
|
||||
// _target_velocity.Y += force.Y;
|
||||
// _target_velocity.Z += force.Z;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user