A few more changes to keyframes

This commit is contained in:
UbitUmarov
2012-08-29 03:19:47 +01:00
parent 72ac0665b2
commit 2e54c3cc8f
4 changed files with 117 additions and 65 deletions

View File

@@ -1241,7 +1241,7 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
if (sog.RootPart.KeyframeMotion != null)
{
Byte[] data = sog.RootPart.KeyframeMotion.Serialize(true);
Byte[] data = sog.RootPart.KeyframeMotion.Serialize();
writer.WriteStartElement(String.Empty, "KeyframeMotion", String.Empty);
writer.WriteBase64(data, 0, data.Length);