Added DynAttrs to the serialized XML format of prims. When copying prims, use deep copy for DynAttrs.

This commit is contained in:
Oren Hurvitz
2013-01-22 11:59:20 +02:00
committed by Justin Clark-Casey (justincc)
parent 86802bcf93
commit af6a7cf95d
3 changed files with 40 additions and 2 deletions

View File

@@ -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)
{
/*