mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Added DynAttrs to the serialized XML format of prims. When copying prims, use deep copy for DynAttrs.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
86802bcf93
commit
af6a7cf95d
@@ -1625,6 +1625,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
Array.Copy(Shape.ExtraParams, extraP, extraP.Length);
|
||||
dupe.Shape.ExtraParams = extraP;
|
||||
|
||||
dupe.DynAttrs.CopyFrom(DynAttrs);
|
||||
|
||||
if (userExposed)
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user