mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
This commit is contained in:
@@ -1269,7 +1269,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
// m_taintForce = Vector3.Zero. Need to lock ProcessTaints() when we set a new tainted force.
|
||||
doForce(m_taintForce);
|
||||
}
|
||||
|
||||
|
||||
m_taintForce = Vector3.Zero;
|
||||
}
|
||||
|
||||
|
||||
@@ -2250,7 +2250,10 @@ Console.WriteLine(" JointCreateFixed");
|
||||
{
|
||||
if (!m_isSelected)
|
||||
{
|
||||
// Not sure exactly why this sleep is here, but from experimentation it appears to stop an avatar
|
||||
// walking through a default rez size prim if it keeps kicking it around - justincc.
|
||||
Thread.Sleep(20);
|
||||
|
||||
if (IsPhysical)
|
||||
{
|
||||
if (Body != IntPtr.Zero)
|
||||
|
||||
Reference in New Issue
Block a user