Try to make prims stop moving. Reset velocity, etc, unconditionally. Although

the phys actor may be new, the prim fields could still be set and the
slimupdates system would continue sending that data out.
This commit is contained in:
Melanie Thielker
2010-06-13 22:37:11 +02:00
parent 3d319d6c3f
commit 520b0e131c

View File

@@ -1738,7 +1738,7 @@ namespace OpenSim.Region.Framework.Scenes
// which stops client-side interpolation of deactivated joint proxy objects.
}
if (!UsePhysics && !isNew)
if (!UsePhysics)
{
// reset velocity to 0 on physics switch-off. Without that, the client thinks the
// prim still has velocity and continues to interpolate its position along the old