Fix create selection getting overwritten by multiple updates for the same prim.

This commit is contained in:
Melanie Thielker
2010-05-31 19:00:02 +02:00
parent bbb4d6e4c9
commit d4b4cbf5a5
5 changed files with 13 additions and 6 deletions

View File

@@ -2486,7 +2486,7 @@ namespace OpenSim.Region.Framework.Scenes
linkPart.LinkNum = 2;
linkPart.SetParent(this);
linkPart.AddFlag(PrimFlags.CreateSelected);
linkPart.CreateSelected = true;
//if (linkPart.PhysActor != null)
//{