mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix create selection getting overwritten by multiple updates for the same prim.
This commit is contained in:
@@ -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)
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user