This commit is contained in:
UbitUmarov
2012-04-27 02:54:39 +01:00
parent 911bc81b00
commit 76d9040ed4
2 changed files with 2 additions and 2 deletions

View File

@@ -1273,7 +1273,7 @@ namespace OpenSim.Region.Physics.OdePlugin
private void changeMomentum(Vector3 newmomentum)
{
_velocity = newmomentum;
_target_velocity = newmomentum;
_target_velocity = Vector3.Zero;
m_pidControllerActive = true;
m_colliderfilter = 0;
m_colliderObjectfilter = 0;