mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Stop sending velocity to avoid snap-back
This commit is contained in:
@@ -645,7 +645,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
m_nextPosition = m_group.AbsolutePosition + motionThisFrame;
|
||||
m_group.AbsolutePosition = m_nextPosition;
|
||||
|
||||
m_group.RootPart.Velocity = v;
|
||||
//m_group.RootPart.Velocity = v;
|
||||
update = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user