move keyframemotion.copy from sop.copy to sog.copy, where there is

newgroup information avaiable.
This commit is contained in:
UbitUmarov
2012-08-30 01:30:56 +01:00
parent 1eb7d963cf
commit a7281003d8
3 changed files with 8 additions and 4 deletions

View File

@@ -2110,8 +2110,8 @@ namespace OpenSim.Region.Framework.Scenes
Array.Copy(Shape.ExtraParams, extraP, extraP.Length);
dupe.Shape.ExtraParams = extraP;
if (KeyframeMotion != null)
dupe.KeyframeMotion = KeyframeMotion.Copy(null);
// safeguard actual copy is done in sog.copy
dupe.KeyframeMotion = null;
if (userExposed)
{