Merge branch 'ubitwork' into avination

This commit is contained in:
Melanie
2012-08-29 11:46:57 +02:00
8 changed files with 571 additions and 157 deletions

View File

@@ -12964,7 +12964,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
if (frames.Data.Length > 0) // We are getting a new motion
{
if (group.RootPart.KeyframeMotion != null)
group.RootPart.KeyframeMotion.Stop();
group.RootPart.KeyframeMotion.Delete();
group.RootPart.KeyframeMotion = null;
int idx = 0;