Fix Omega getting overwritten on startup.
parent
1582e05ac7
commit
fa393cb13a
|
@ -1827,7 +1827,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
// which stops client-side interpolation of deactivated joint proxy objects.
|
||||
}
|
||||
|
||||
if (!UsePhysics)
|
||||
if (!UsePhysics && !isNew)
|
||||
{
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue