Stop sending velocity to avoid snap-back
parent
a348c8e44a
commit
70d5c29310
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue