mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user