Stop sending velocity to avoid snap-back

avinationmerge
Melanie 2013-05-31 21:55:56 +02:00
parent a348c8e44a
commit 70d5c29310
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ namespace OpenSim.Region.Framework.Scenes
m_nextPosition = m_group.AbsolutePosition + motionThisFrame; m_nextPosition = m_group.AbsolutePosition + motionThisFrame;
m_group.AbsolutePosition = m_nextPosition; m_group.AbsolutePosition = m_nextPosition;
m_group.RootPart.Velocity = v; //m_group.RootPart.Velocity = v;
update = true; update = true;
} }