diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 5830eff..7dae53a 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -12964,7 +12964,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
12964 | if (frames.Data.Length > 0) // We are getting a new motion | 12964 | if (frames.Data.Length > 0) // We are getting a new motion |
12965 | { | 12965 | { |
12966 | if (group.RootPart.KeyframeMotion != null) | 12966 | if (group.RootPart.KeyframeMotion != null) |
12967 | group.RootPart.KeyframeMotion.Stop(); | 12967 | group.RootPart.KeyframeMotion.Delete(); |
12968 | group.RootPart.KeyframeMotion = null; | 12968 | group.RootPart.KeyframeMotion = null; |
12969 | 12969 | ||
12970 | int idx = 0; | 12970 | int idx = 0; |