* the root prim was being given an OffsetPosition in addition to setting the position when creating the root prim. The offset position caused the positioning code to re-move the root prim when you selected it and released it.

0.7.5-pf-bulletsim
teravus 2013-02-05 18:46:02 -05:00 committed by Justin Clark-Casey (justincc)
parent e3f01f23af
commit 78debc981f
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ namespace OpenSim.Region.ClientStack.Linden
= new SceneObjectPart(owner_id, pbs, position, Quaternion.Identity, Vector3.Zero);
prim.Scale = scale;
prim.OffsetPosition = position;
//prim.OffsetPosition = position;
rotations.Add(rotation);
positions.Add(position);
prim.UUID = UUID.Random();