mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Fix create selection getting overwritten by multiple updates for the same prim.
This commit is contained in:
committed by
Melanie
parent
8df9f272eb
commit
e515467c5e
@@ -2254,7 +2254,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