Fix Omega getting overwritten on startup.

avinationmerge
meta7 2010-08-11 13:39:36 -07:00
parent 1582e05ac7
commit fa393cb13a
1 changed files with 1 additions and 1 deletions

View File

@ -1827,7 +1827,7 @@ namespace OpenSim.Region.Framework.Scenes
// which stops client-side interpolation of deactivated joint proxy objects. // 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 // 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 // prim still has velocity and continues to interpolate its position along the old