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 d8ef772..207d062 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -12963,7 +12963,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
12963 | if (frames.Data.Length > 0) // We are getting a new motion | 12963 | if (frames.Data.Length > 0) // We are getting a new motion |
12964 | { | 12964 | { |
12965 | if (group.RootPart.KeyframeMotion != null) | 12965 | if (group.RootPart.KeyframeMotion != null) |
12966 | group.RootPart.KeyframeMotion.Stop(); | 12966 | group.RootPart.KeyframeMotion.Delete(); |
12967 | group.RootPart.KeyframeMotion = null; | 12967 | group.RootPart.KeyframeMotion = null; |
12968 | 12968 | ||
12969 | int idx = 0; | 12969 | int idx = 0; |